#D1B9CC

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

Shades of French Lilac #D1B9CC

Tints of French Lilac #D1B9CC

Color information

#D1B9CC (or 0xD1B9CC) is unknown color: approx French Lilac. HEX triplet: D1, B9 and CC. RGB value is (209,185,204). Sum of RGB (Red+Green+Blue) = 209+185+204=598 (79% of max value = 765). Red value is 209 (82.03% from 255 or 34.95% from 598); Green value is 185 (72.66% from 255 or 30.94% from 598); Blue value is 204 (80.08% from 255 or 34.11% from 598); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B9CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1B9CC is #2E4633. Grayscale: #C2C2C2. Windows color (decimal): -3032628 or 13416913. OLE color: 13416913.

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

Color convert

RGB209185204-
CMYK00.110.020.18
HSL312.5º20.69%77.25%-
HSV(B)312.5º11.48%81.96%-
XYZ54.5452.6164.41-
YUV194.34133.45138.46-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 34.95%
GREEN value IS 185 (72.66% from 255) = 30.94%
BLUE value IS 204 (80.08% from 255) = 34.11%
R=34.95%
G=30.94%
B=34.11%

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
Decimal20918520400.110.020.18312.520.6977.25
HexD1B9CC0B212138154d
Octal32127131401322247025115
Binary110100011011100111001100010111010010100111000101011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1B9CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1B9CC; }

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

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

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

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

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

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

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

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