#D8BCD2

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

Shades of French Lilac #D8BCD2

Tints of French Lilac #D8BCD2

Color information

#D8BCD2 (or 0xD8BCD2) is unknown color: approx French Lilac. HEX triplet: D8, BC and D2. RGB value is (216,188,210). Sum of RGB (Red+Green+Blue) = 216+188+210=614 (81% of max value = 765). Red value is 216 (84.77% from 255 or 35.18% from 614); Green value is 188 (73.83% from 255 or 30.62% from 614); Blue value is 210 (82.42% from 255 or 34.20% from 614); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BCD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8BCD2 is #27432D. Grayscale: #C6C6C6. Windows color (decimal): -2573102 or 13810904. OLE color: 13810904.

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

Color convert

RGB216188210-
CMYK00.130.030.15
HSL312.86º26.42%79.22%-
HSV(B)312.86º12.96%84.71%-
XYZ57.9355.2268.58-
YUV198.88134.28140.21-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 35.18%
GREEN value IS 188 (73.83% from 255) = 30.62%
BLUE value IS 210 (82.42% from 255) = 34.20%
R=35.18%
G=30.62%
B=34.20%

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
Decimal21618821000.130.030.15312.8626.4279.22
HexD8BCD20D3F1391a4f
Octal33027432201531747132117
Binary11011000101111001101001001101111111100111001110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8BCD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8BCD2; }

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

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

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

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

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

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

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

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