#D2C1CE

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

Shades of French Lilac #D2C1CE

Tints of French Lilac #D2C1CE

Color information

#D2C1CE (or 0xD2C1CE) is unknown color: approx French Lilac. HEX triplet: D2, C1 and CE. RGB value is (210,193,206). Sum of RGB (Red+Green+Blue) = 210+193+206=609 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.48% from 609); Green value is 193 (75.78% from 255 or 31.69% from 609); Blue value is 206 (80.86% from 255 or 33.83% from 609); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C1CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2C1CE is #2D3E31. Grayscale: #C7C7C7. Windows color (decimal): -2965042 or 13550034. OLE color: 13550034.

HSL color Cylindrical-coordinate representation of color #D2C1CE: hue angle of 314.12º degrees, saturation: 0.16, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D2C1CE is Cyan = 0, Magento = 0.08, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB210193206-
CMYK00.080.020.18
HSL314.12º15.89%79.02%-
HSV(B)314.12º8.1%82.35%-
XYZ56.7956.366.27-
YUV199.56131.63135.44-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 34.48%
GREEN value IS 193 (75.78% from 255) = 31.69%
BLUE value IS 206 (80.86% from 255) = 33.83%
R=34.48%
G=31.69%
B=33.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.02
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21019320600.080.020.18314.1215.8979.02
HexD2C1CE0821213a104f
Octal32230131601022247220117
Binary110100101100000111001110010001010010100111010100001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2C1CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2C1CE; }

 p { color: rgb(210,193,206); }

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

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

 a { background-color: rgb(210,193,206); }

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

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

 span { border-color: rgb(210,193,206); }

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