#D0BBCC

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

Shades of French Lilac #D0BBCC

Tints of French Lilac #D0BBCC

Color information

#D0BBCC (or 0xD0BBCC) is unknown color: approx French Lilac. HEX triplet: D0, BB and CC. RGB value is (208,187,204). Sum of RGB (Red+Green+Blue) = 208+187+204=599 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.72% from 599); Green value is 187 (73.44% from 255 or 31.22% from 599); Blue value is 204 (80.08% from 255 or 34.06% from 599); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BBCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0BBCC is #2F4433. Grayscale: #C3C3C3. Windows color (decimal): -3097652 or 13417424. OLE color: 13417424.

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

Color convert

RGB208187204-
CMYK00.100.020.18
HSL311.43º18.26%77.45%-
HSV(B)311.43º10.1%81.57%-
XYZ54.6853.3164.53-
YUV195.22132.96137.12-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 34.72%
GREEN value IS 187 (73.44% from 255) = 31.22%
BLUE value IS 204 (80.08% from 255) = 34.06%
R=34.72%
G=31.22%
B=34.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.02
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20818720400.100.020.18311.4318.2677.45
HexD0BBCC0A212137124d
Octal32027331401222246722115
Binary110100001011101111001100010101010010100110111100101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0BBCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0BBCC; }

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

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

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

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

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

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

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

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