#D0B2CC

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

Shades of French Lilac #D0B2CC

Tints of French Lilac #D0B2CC

Color information

#D0B2CC (or 0xD0B2CC) is unknown color: approx French Lilac. HEX triplet: D0, B2 and CC. RGB value is (208,178,204). Sum of RGB (Red+Green+Blue) = 208+178+204=590 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.25% from 590); Green value is 178 (69.92% from 255 or 30.17% from 590); Blue value is 204 (80.08% from 255 or 34.58% from 590); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B2CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0B2CC is #2F4D33. Grayscale: #BDBDBD. Windows color (decimal): -3099956 or 13415120. OLE color: 13415120.

HSL color Cylindrical-coordinate representation of color #D0B2CC: hue angle of 308º degrees, saturation: 0.24, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D0B2CC is Cyan = 0, Magento = 0.14, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB208178204-
CMYK00.140.020.18
HSL308º24.19%75.69%-
HSV(B)308º14.42%81.57%-
XYZ52.8349.6163.92-
YUV189.93135.94140.89-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.25%
GREEN value IS 178 (69.92% from 255) = 30.17%
BLUE value IS 204 (80.08% from 255) = 34.58%
R=35.25%
G=30.17%
B=34.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.02
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20817820400.140.020.1830824.1975.69
HexD0B2CC0E212134184c
Octal32026231401622246430114
Binary110100001011001011001100011101010010100110100110001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0B2CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0B2CC; }

 p { color: rgb(208,178,204); }

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

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

 a { background-color: rgb(208,178,204); }

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

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

 span { border-color: rgb(208,178,204); }

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