#D9BBD2

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

Shades of French Lilac #D9BBD2

Tints of French Lilac #D9BBD2

Color information

#D9BBD2 (or 0xD9BBD2) is unknown color: approx French Lilac. HEX triplet: D9, BB and D2. RGB value is (217,187,210). Sum of RGB (Red+Green+Blue) = 217+187+210=614 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.34% from 614); Green value is 187 (73.44% from 255 or 30.46% from 614); Blue value is 210 (82.42% from 255 or 34.20% from 614); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BBD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9BBD2 is #26442D. Grayscale: #C6C6C6. Windows color (decimal): -2507822 or 13810649. OLE color: 13810649.

HSL color Cylindrical-coordinate representation of color #D9BBD2: hue angle of 314º degrees, saturation: 0.28, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D9BBD2 is Cyan = 0, Magento = 0.14, Yellow = 0.03 and Black (K on CMYK) = 0.15.

Color convert

RGB217187210-
CMYK00.140.030.15
HSL314º28.3%79.22%-
HSV(B)314º13.82%85.1%-
XYZ58.0254.9568.52-
YUV198.59134.44141.13-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 35.34%
GREEN value IS 187 (73.44% from 255) = 30.46%
BLUE value IS 210 (82.42% from 255) = 34.20%
R=35.34%
G=30.46%
B=34.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.03
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21718721000.140.030.1531428.379.22
HexD9BBD20E3F13a1c4f
Octal33127332201631747234117
Binary11011001101110111101001001110111111100111010111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9BBD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9BBD2; }

 p { color: rgb(217,187,210); }

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

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

 a { background-color: rgb(217,187,210); }

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

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

 span { border-color: rgb(217,187,210); }

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