#DEC1DA

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

Shades of French Lilac #DEC1DA

Tints of French Lilac #DEC1DA

Color information

#DEC1DA (or 0xDEC1DA) is unknown color: approx French Lilac. HEX triplet: DE, C1 and DA. RGB value is (222,193,218). Sum of RGB (Red+Green+Blue) = 222+193+218=633 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.07% from 633); Green value is 193 (75.78% from 255 or 30.49% from 633); Blue value is 218 (85.55% from 255 or 34.44% from 633); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC1DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEC1DA is #213E25. Grayscale: #CCCCCC. Windows color (decimal): -2178598 or 14336478. OLE color: 14336478.

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

Color convert

RGB222193218-
CMYK00.130.020.13
HSL308.28º30.53%81.37%-
HSV(B)308.28º13.06%87.06%-
XYZ61.8558.7374.41-
YUV204.52135.61140.47-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.07%
GREEN value IS 193 (75.78% from 255) = 30.49%
BLUE value IS 218 (85.55% from 255) = 34.44%
R=35.07%
G=30.49%
B=34.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22219321800.130.020.13308.2830.5381.37
HexDEC1DA0D2D1341f51
Octal33630133201521546437121
Binary11011110110000011101101001101101101100110100111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC1DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC1DA; }

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

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

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

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

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

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

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

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