#DEC8DA

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

Shades of French Lilac #DEC8DA

Tints of French Lilac #DEC8DA

Color information

#DEC8DA (or 0xDEC8DA) is unknown color: approx French Lilac. HEX triplet: DE, C8 and DA. RGB value is (222,200,218). Sum of RGB (Red+Green+Blue) = 222+200+218=640 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.69% from 640); Green value is 200 (78.52% from 255 or 31.25% from 640); Blue value is 218 (85.55% from 255 or 34.06% from 640); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC8DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEC8DA is #213725. Grayscale: #D0D0D0. Windows color (decimal): -2176806 or 14338270. OLE color: 14338270.

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

Color convert

RGB222200218-
CMYK00.100.020.13
HSL310.91º25%82.75%-
HSV(B)310.91º9.91%87.06%-
XYZ63.4361.974.93-
YUV208.63133.29137.54-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.69%
GREEN value IS 200 (78.52% from 255) = 31.25%
BLUE value IS 218 (85.55% from 255) = 34.06%
R=34.69%
G=31.25%
B=34.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22220021800.100.020.13310.912582.75
HexDEC8DA0A2D1371953
Octal33631033201221546731123
Binary11011110110010001101101001010101101100110111110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC8DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC8DA; }

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

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

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

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

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

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

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

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