#DEADD1

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

Shades of French Lilac #DEADD1

Tints of French Lilac #DEADD1

Color information

#DEADD1 (or 0xDEADD1) is unknown color: approx French Lilac. HEX triplet: DE, AD and D1. RGB value is (222,173,209). Sum of RGB (Red+Green+Blue) = 222+173+209=604 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.75% from 604); Green value is 173 (67.97% from 255 or 28.64% from 604); Blue value is 209 (82.03% from 255 or 34.60% from 604); Max value from RGB is 222 - color contains mainly: red. Hex color #DEADD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEADD1 is #21522E. Grayscale: #BFBFBF. Windows color (decimal): -2183727 or 13741534. OLE color: 13741534.

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

Color convert

RGB222173209-
CMYK00.220.060.13
HSL315.92º42.61%77.45%-
HSV(B)315.92º22.07%87.06%-
XYZ56.5850.0266.99-
YUV191.75137.73149.57-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.75%
GREEN value IS 173 (67.97% from 255) = 28.64%
BLUE value IS 209 (82.03% from 255) = 34.60%
R=36.75%
G=28.64%
B=34.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22217320900.220.060.13315.9242.6177.45
HexDEADD10166D13c2b4d
Octal33625532102661547453115
Binary11011110101011011101000101011011011011001111001010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEADD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEADD1; }

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

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

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

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

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

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

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

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