#DEADD2

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

Shades of French Lilac #DEADD2

Tints of French Lilac #DEADD2

Color information

#DEADD2 (or 0xDEADD2) is unknown color: approx French Lilac. HEX triplet: DE, AD and D2. RGB value is (222,173,210). Sum of RGB (Red+Green+Blue) = 222+173+210=605 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.69% from 605); Green value is 173 (67.97% from 255 or 28.60% from 605); Blue value is 210 (82.42% from 255 or 34.71% from 605); Max value from RGB is 222 - color contains mainly: red. Hex color #DEADD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEADD2 is #21522D. Grayscale: #BFBFBF. Windows color (decimal): -2183726 or 13807070. OLE color: 13807070.

HSL color Cylindrical-coordinate representation of color #DEADD2: hue angle of 314.69º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DEADD2 is Cyan = 0, Magento = 0.22, Yellow = 0.05 and Black (K on CMYK) = 0.13.

Color convert

RGB222173210-
CMYK00.220.050.13
HSL314.69º42.61%77.45%-
HSV(B)314.69º22.07%87.06%-
XYZ56.750.0767.65-
YUV191.87138.23149.49-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.69%
GREEN value IS 173 (67.97% from 255) = 28.60%
BLUE value IS 210 (82.42% from 255) = 34.71%
R=36.69%
G=28.60%
B=34.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22217321000.220.050.13314.6942.6177.45
HexDEADD20165D13b2b4d
Octal33625532202651547353115
Binary11011110101011011101001001011010111011001110111010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEADD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEADD2; }

 p { color: rgb(222,173,210); }

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

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

 a { background-color: rgb(222,173,210); }

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

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

 span { border-color: rgb(222,173,210); }

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