#D6B9CE

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

Shades of French Lilac #D6B9CE

Tints of French Lilac #D6B9CE

Color information

#D6B9CE (or 0xD6B9CE) is unknown color: approx French Lilac. HEX triplet: D6, B9 and CE. RGB value is (214,185,206). Sum of RGB (Red+Green+Blue) = 214+185+206=605 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.37% from 605); Green value is 185 (72.66% from 255 or 30.58% from 605); Blue value is 206 (80.86% from 255 or 34.05% from 605); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B9CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6B9CE is #294631. Grayscale: #C4C4C4. Windows color (decimal): -2704946 or 13547990. OLE color: 13547990.

HSL color Cylindrical-coordinate representation of color #D6B9CE: hue angle of 316.55º degrees, saturation: 0.26, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D6B9CE is Cyan = 0, Magento = 0.14, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB214185206-
CMYK00.140.040.16
HSL316.55º26.13%78.24%-
HSV(B)316.55º13.55%83.92%-
XYZ56.2253.4565.75-
YUV196.06133.61140.79-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.37%
GREEN value IS 185 (72.66% from 255) = 30.58%
BLUE value IS 206 (80.86% from 255) = 34.05%
R=35.37%
G=30.58%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21418520600.140.040.16316.5526.1378.24
HexD6B9CE0E41013d1a4e
Octal32627131601642047532116
Binary1101011010111001110011100111010010000100111101110101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6B9CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6B9CE; }

 p { color: rgb(214,185,206); }

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

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

 a { background-color: rgb(214,185,206); }

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

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

 span { border-color: rgb(214,185,206); }

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