#D2B9CD

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

Shades of French Lilac #D2B9CD

Tints of French Lilac #D2B9CD

Color information

#D2B9CD (or 0xD2B9CD) is unknown color: approx French Lilac. HEX triplet: D2, B9 and CD. RGB value is (210,185,205). Sum of RGB (Red+Green+Blue) = 210+185+205=600 (79% of max value = 765). Red value is 210 (82.42% from 255 or 35% from 600); Green value is 185 (72.66% from 255 or 30.83% from 600); Blue value is 205 (80.47% from 255 or 34.17% from 600); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B9CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2B9CD is #2D4632. Grayscale: #C2C2C2. Windows color (decimal): -2967091 or 13482450. OLE color: 13482450.

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

Color convert

RGB210185205-
CMYK00.120.020.18
HSL312º21.74%77.45%-
HSV(B)312º11.9%82.35%-
XYZ54.9552.8165.05-
YUV194.76133.78138.87-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 35%
GREEN value IS 185 (72.66% from 255) = 30.83%
BLUE value IS 205 (80.47% from 255) = 34.17%
R=35%
G=30.83%
B=34.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.02
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21018520500.120.020.1831221.7477.45
HexD2B9CD0C212138164d
Octal32227131501422247026115
Binary110100101011100111001101011001010010100111000101101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2B9CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2B9CD; }

 p { color: rgb(210,185,205); }

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

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

 a { background-color: rgb(210,185,205); }

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

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

 span { border-color: rgb(210,185,205); }

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