#DEAEDD

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

Shades of French Lilac #DEAEDD

Tints of French Lilac #DEAEDD

Color information

#DEAEDD (or 0xDEAEDD) is unknown color: approx French Lilac. HEX triplet: DE, AE and DD. RGB value is (222,174,221). Sum of RGB (Red+Green+Blue) = 222+174+221=617 (81% of max value = 765). Red value is 222 (87.11% from 255 or 35.98% from 617); Green value is 174 (68.36% from 255 or 28.20% from 617); Blue value is 221 (86.72% from 255 or 35.82% from 617); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAEDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEAEDD is #215122. Grayscale: #C1C1C1. Windows color (decimal): -2183459 or 14528222. OLE color: 14528222.

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

Color convert

RGB222174221-
CMYK00.220.000.13
HSL301.25º42.11%77.65%-
HSV(B)301.25º21.62%87.06%-
XYZ58.3151.0275.18-
YUV193.71143.4148.18-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.98%
GREEN value IS 174 (68.36% from 255) = 28.20%
BLUE value IS 221 (86.72% from 255) = 35.82%
R=35.98%
G=28.20%
B=35.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.00
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22217422100.220.000.13301.2542.1177.65
HexDEAEDD0160D12d2a4e
Octal33625633502601545552116
Binary110111101010111011011101010110011011001011011010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEAEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEAEDD; }

 p { color: rgb(222,174,221); }

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

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

 a { background-color: rgb(222,174,221); }

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

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

 span { border-color: rgb(222,174,221); }

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