#D1BBCC

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

Shades of French Lilac #D1BBCC

Tints of French Lilac #D1BBCC

Color information

#D1BBCC (or 0xD1BBCC) is unknown color: approx French Lilac. HEX triplet: D1, BB and CC. RGB value is (209,187,204). Sum of RGB (Red+Green+Blue) = 209+187+204=600 (79% of max value = 765). Red value is 209 (82.03% from 255 or 34.83% from 600); Green value is 187 (73.44% from 255 or 31.17% from 600); Blue value is 204 (80.08% from 255 or 34% from 600); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BBCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1BBCC is #2E4433. Grayscale: #C3C3C3. Windows color (decimal): -3032116 or 13417425. OLE color: 13417425.

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

Color convert

RGB209187204-
CMYK00.110.020.18
HSL313.64º19.3%77.65%-
HSV(B)313.64º10.53%81.96%-
XYZ54.9653.4664.55-
YUV195.52132.79137.62-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 34.83%
GREEN value IS 187 (73.44% from 255) = 31.17%
BLUE value IS 204 (80.08% from 255) = 34%
R=34.83%
G=31.17%
B=34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.02
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20918720400.110.020.18313.6419.377.65
HexD1BBCC0B21213a134e
Octal32127331401322247223116
Binary110100011011101111001100010111010010100111010100111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1BBCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1BBCC; }

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

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

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

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

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

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

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

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