#DEADD6

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

Shades of French Lilac #DEADD6

Tints of French Lilac #DEADD6

Color information

#DEADD6 (or 0xDEADD6) is unknown color: approx French Lilac. HEX triplet: DE, AD and D6. RGB value is (222,173,214). Sum of RGB (Red+Green+Blue) = 222+173+214=609 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.45% from 609); Green value is 173 (67.97% from 255 or 28.41% from 609); Blue value is 214 (83.98% from 255 or 35.14% from 609); Max value from RGB is 222 - color contains mainly: red. Hex color #DEADD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEADD6 is #215229. Grayscale: #C0C0C0. Windows color (decimal): -2183722 or 14069214. OLE color: 14069214.

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

Color convert

RGB222173214-
CMYK00.220.040.13
HSL309.8º42.61%77.45%-
HSV(B)309.8º22.07%87.06%-
XYZ57.2150.2770.31-
YUV192.32140.23149.17-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.45%
GREEN value IS 173 (67.97% from 255) = 28.41%
BLUE value IS 214 (83.98% from 255) = 35.14%
R=36.45%
G=28.41%
B=35.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.04
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22217321400.220.040.13309.842.6177.45
HexDEADD60164D1362b4d
Octal33625532602641546653115
Binary11011110101011011101011001011010011011001101101010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEADD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEADD6; }

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

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

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

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

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

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

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

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