#D2C5CF

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

Shades of French Lilac #D2C5CF

Tints of French Lilac #D2C5CF

Color information

#D2C5CF (or 0xD2C5CF) is unknown color: approx French Lilac. HEX triplet: D2, C5 and CF. RGB value is (210,197,207). Sum of RGB (Red+Green+Blue) = 210+197+207=614 (81% of max value = 765). Red value is 210 (82.42% from 255 or 34.20% from 614); Green value is 197 (77.34% from 255 or 32.08% from 614); Blue value is 207 (81.25% from 255 or 33.71% from 614); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C5CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2C5CF is #2D3A30. Grayscale: #CACACA. Windows color (decimal): -2964017 or 13616594. OLE color: 13616594.

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

Color convert

RGB210197207-
CMYK00.060.010.18
HSL313.85º12.62%79.8%-
HSV(B)313.85º6.19%82.35%-
XYZ57.8158.1467.21-
YUV202.03130.81133.69-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 34.20%
GREEN value IS 197 (77.34% from 255) = 32.08%
BLUE value IS 207 (81.25% from 255) = 33.71%
R=34.20%
G=32.08%
B=33.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.01
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21019720700.060.010.18313.8512.6279.8
HexD2C5CF0611213ad50
Octal3223053170612247215120
Binary110100101100010111001111011011001010011101011011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2C5CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2C5CF; }

 p { color: rgb(210,197,207); }

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

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

 a { background-color: rgb(210,197,207); }

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

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

 span { border-color: rgb(210,197,207); }

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