#D0B0F7

Color #D0B0F7 Mauve (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mauve #D0B0F7

Tints of Mauve #D0B0F7

Color information

#D0B0F7 (or 0xD0B0F7) is unknown color: approx Mauve. HEX triplet: D0, B0 and F7. RGB value is (208,176,247). Sum of RGB (Red+Green+Blue) = 208+176+247=631 (83% of max value = 765). Red value is 208 (81.64% from 255 or 32.96% from 631); Green value is 176 (69.14% from 255 or 27.89% from 631); Blue value is 247 (96.88% from 255 or 39.14% from 631); Max value from RGB is 247 - color contains mainly: blue. Hex color #D0B0F7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D0B0F7 is #2F4F08. Grayscale: #C1C1C1. Windows color (decimal): -3100425 or 16232656. OLE color: 16232656.

HSL color Cylindrical-coordinate representation of color #D0B0F7: hue angle of 267.04º degrees, saturation: 0.82, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D0B0F7 is Cyan = 0.16, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB208176247-
CMYK0.160.2900.03
HSL267.04º81.61%82.94%-
HSV(B)267.04º28.74%96.86%-
XYZ58.3351.1894.8-
YUV193.66158.1138.23-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 208 (81.64% from 255) = 32.96%
GREEN value IS 176 (69.14% from 255) = 27.89%
BLUE value IS 247 (96.88% from 255) = 39.14%
R=32.96%
G=27.89%
B=39.14%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2081762470.160.2900.03267.0481.6182.94
HexD0B0F7101D0310b5253
Octal320260367203503413122123
Binary110100001011000011110111100001110101110000101110100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0B0F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0B0F7; }

 p { color: rgb(208,176,247); }

 H1.HeaderClassName
 {
   color: #D0B0F7;
 }
 .AnyTagClassName
 {
   color: #D0B0F7;
 }
</style>
background-color css

<style>
 a { background-color: #D0B0F7; }

 a { background-color: rgb(208,176,247); }

 div.DivClassName
 {
   background-color: #D0B0F7;
 }
 .BgClassName
 {
   background-color: #D0B0F7;
 }
</style>
border-color css

<style>
 span { border-color: #D0B0F7; }

 span { border-color: rgb(208,176,247); }

 td.TdClassName
 {
   border-color: #D0B0F7;
 }
 .TagClassName
 {
   border-color: #D0B0F7;
 }
</style>