#D8BBD2

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

Shades of French Lilac #D8BBD2

Tints of French Lilac #D8BBD2

Color information

#D8BBD2 (or 0xD8BBD2) is unknown color: approx French Lilac. HEX triplet: D8, BB and D2. RGB value is (216,187,210). Sum of RGB (Red+Green+Blue) = 216+187+210=613 (81% of max value = 765). Red value is 216 (84.77% from 255 or 35.24% from 613); Green value is 187 (73.44% from 255 or 30.51% from 613); Blue value is 210 (82.42% from 255 or 34.26% from 613); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BBD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8BBD2 is #27442D. Grayscale: #C6C6C6. Windows color (decimal): -2573358 or 13810648. OLE color: 13810648.

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

Color convert

RGB216187210-
CMYK00.130.030.15
HSL312.41º27.1%79.02%-
HSV(B)312.41º13.43%84.71%-
XYZ57.7254.7968.51-
YUV198.29134.61140.63-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 35.24%
GREEN value IS 187 (73.44% from 255) = 30.51%
BLUE value IS 210 (82.42% from 255) = 34.26%
R=35.24%
G=30.51%
B=34.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.03
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21618721000.130.030.15312.4127.179.02
HexD8BBD20D3F1381b4f
Octal33027332201531747033117
Binary11011000101110111101001001101111111100111000110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8BBD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8BBD2; }

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

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

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

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

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

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

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

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