#D8BBD0

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

Shades of French Lilac #D8BBD0

Tints of French Lilac #D8BBD0

Color information

#D8BBD0 (or 0xD8BBD0) is unknown color: approx French Lilac. HEX triplet: D8, BB and D0. RGB value is (216,187,208). Sum of RGB (Red+Green+Blue) = 216+187+208=611 (80% of max value = 765). Red value is 216 (84.77% from 255 or 35.35% from 611); Green value is 187 (73.44% from 255 or 30.61% from 611); Blue value is 208 (81.64% from 255 or 34.04% from 611); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BBD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8BBD0 is #27442F. Grayscale: #C6C6C6. Windows color (decimal): -2573360 or 13679576. OLE color: 13679576.

HSL color Cylindrical-coordinate representation of color #D8BBD0: hue angle of 316.55º 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 #D8BBD0 is Cyan = 0, Magento = 0.13, Yellow = 0.04 and Black (K on CMYK) = 0.15.

Color convert

RGB216187208-
CMYK00.130.040.15
HSL316.55º27.1%79.02%-
HSV(B)316.55º13.43%84.71%-
XYZ57.4754.6967.2-
YUV198.06133.61140.79-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 35.35%
GREEN value IS 187 (73.44% from 255) = 30.61%
BLUE value IS 208 (81.64% from 255) = 34.04%
R=35.35%
G=30.61%
B=34.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.04
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21618720800.130.040.15316.5527.179.02
HexD8BBD00D4F13d1b4f
Octal33027332001541747533117
Binary110110001011101111010000011011001111100111101110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8BBD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8BBD0; }

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

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

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

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

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

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

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

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