#D9CCD6

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

Shades of French Lilac #D9CCD6

Tints of French Lilac #D9CCD6

Color information

#D9CCD6 (or 0xD9CCD6) is unknown color: approx French Lilac. HEX triplet: D9, CC and D6. RGB value is (217,204,214). Sum of RGB (Red+Green+Blue) = 217+204+214=635 (84% of max value = 765). Red value is 217 (85.16% from 255 or 34.17% from 635); Green value is 204 (80.08% from 255 or 32.13% from 635); Blue value is 214 (83.98% from 255 or 33.70% from 635); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CCD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9CCD6 is #263329. Grayscale: #D0D0D0. Windows color (decimal): -2503466 or 14077145. OLE color: 14077145.

HSL color Cylindrical-coordinate representation of color #D9CCD6: hue angle of 313.85º degrees, saturation: 0.15, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D9CCD6 is Cyan = 0, Magento = 0.06, Yellow = 0.01 and Black (K on CMYK) = 0.15.

Color convert

RGB217204214-
CMYK00.060.010.15
HSL313.85º14.61%82.55%-
HSV(B)313.85º5.99%85.1%-
XYZ62.3562.7972.45-
YUV209.03130.81133.69-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 34.17%
GREEN value IS 204 (80.08% from 255) = 32.13%
BLUE value IS 214 (83.98% from 255) = 33.70%
R=34.17%
G=32.13%
B=33.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.01
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21720421400.060.010.15313.8514.6182.55
HexD9CCD6061F13af53
Octal3313143260611747217123
Binary11011001110011001101011001101111110011101011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9CCD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9CCD6; }

 p { color: rgb(217,204,214); }

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

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

 a { background-color: rgb(217,204,214); }

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

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

 span { border-color: rgb(217,204,214); }

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