#D8B6CE

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

Shades of French Lilac #D8B6CE

Tints of French Lilac #D8B6CE

Color information

#D8B6CE (or 0xD8B6CE) is unknown color: approx French Lilac. HEX triplet: D8, B6 and CE. RGB value is (216,182,206). Sum of RGB (Red+Green+Blue) = 216+182+206=604 (80% of max value = 765). Red value is 216 (84.77% from 255 or 35.76% from 604); Green value is 182 (71.48% from 255 or 30.13% from 604); Blue value is 206 (80.86% from 255 or 34.11% from 604); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B6CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8B6CE is #274931. Grayscale: #C2C2C2. Windows color (decimal): -2574642 or 13547224. OLE color: 13547224.

HSL color Cylindrical-coordinate representation of color #D8B6CE: hue angle of 317.65º degrees, saturation: 0.3, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D8B6CE is Cyan = 0, Magento = 0.16, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB216182206-
CMYK00.160.050.15
HSL317.65º30.36%78.04%-
HSV(B)317.65º15.74%84.71%-
XYZ56.1952.5165.57-
YUV194.9134.26143.05-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 35.76%
GREEN value IS 182 (71.48% from 255) = 30.13%
BLUE value IS 206 (80.86% from 255) = 34.11%
R=35.76%
G=30.13%
B=34.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21618220600.160.050.15317.6530.3678.04
HexD8B6CE0105F13e1e4e
Octal33026631602051747636116
Binary1101100010110110110011100100001011111100111110111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8B6CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8B6CE; }

 p { color: rgb(216,182,206); }

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

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

 a { background-color: rgb(216,182,206); }

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

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

 span { border-color: rgb(216,182,206); }

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