#DECCD9

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

Shades of French Lilac #DECCD9

Tints of French Lilac #DECCD9

Color information

#DECCD9 (or 0xDECCD9) is unknown color: approx French Lilac. HEX triplet: DE, CC and D9. RGB value is (222,204,217). Sum of RGB (Red+Green+Blue) = 222+204+217=643 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.53% from 643); Green value is 204 (80.08% from 255 or 31.73% from 643); Blue value is 217 (85.16% from 255 or 33.75% from 643); Max value from RGB is 222 - color contains mainly: red. Hex color #DECCD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DECCD9 is #213326. Grayscale: #D2D2D2. Windows color (decimal): -2175783 or 14273758. OLE color: 14273758.

HSL color Cylindrical-coordinate representation of color #DECCD9: hue angle of 316.67º degrees, saturation: 0.21, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DECCD9 is Cyan = 0, Magento = 0.08, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB222204217-
CMYK00.080.020.13
HSL316.67º21.43%83.53%-
HSV(B)316.67º8.11%87.06%-
XYZ64.2463.7374.56-
YUV210.86131.46135.94-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.53%
GREEN value IS 204 (80.08% from 255) = 31.73%
BLUE value IS 217 (85.16% from 255) = 33.75%
R=34.53%
G=31.73%
B=33.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22220421700.080.020.13316.6721.4383.53
HexDECCD9082D13d1554
Octal33631433101021547525124
Binary11011110110011001101100101000101101100111101101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DECCD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DECCD9; }

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

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

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

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

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

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

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

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