#DECCDA

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

Shades of French Lilac #DECCDA

Tints of French Lilac #DECCDA

Color information

#DECCDA (or 0xDECCDA) is unknown color: approx French Lilac. HEX triplet: DE, CC and DA. RGB value is (222,204,218). Sum of RGB (Red+Green+Blue) = 222+204+218=644 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.47% from 644); Green value is 204 (80.08% from 255 or 31.68% from 644); Blue value is 218 (85.55% from 255 or 33.85% from 644); Max value from RGB is 222 - color contains mainly: red. Hex color #DECCDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DECCDA is #213325. Grayscale: #D2D2D2. Windows color (decimal): -2175782 or 14339294. OLE color: 14339294.

HSL color Cylindrical-coordinate representation of color #DECCDA: hue angle of 313.33º 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 #DECCDA is Cyan = 0, Magento = 0.08, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB222204218-
CMYK00.080.020.13
HSL313.33º21.43%83.53%-
HSV(B)313.33º8.11%87.06%-
XYZ64.3763.7875.25-
YUV210.98131.96135.86-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.47%
GREEN value IS 204 (80.08% from 255) = 31.68%
BLUE value IS 218 (85.55% from 255) = 33.85%
R=34.47%
G=31.68%
B=33.85%

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
Decimal22220421800.080.020.13313.3321.4383.53
HexDECCDA082D1391554
Octal33631433201021547125124
Binary11011110110011001101101001000101101100111001101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DECCDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DECCDA; }

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

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

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

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

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

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

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

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