#DEAACD

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

Shades of French Lilac #DEAACD

Tints of French Lilac #DEAACD

Color information

#DEAACD (or 0xDEAACD) is unknown color: approx French Lilac. HEX triplet: DE, AA and CD. RGB value is (222,170,205). Sum of RGB (Red+Green+Blue) = 222+170+205=597 (79% of max value = 765). Red value is 222 (87.11% from 255 or 37.19% from 597); Green value is 170 (66.80% from 255 or 28.48% from 597); Blue value is 205 (80.47% from 255 or 34.34% from 597); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAACD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEAACD is #215532. Grayscale: #BDBDBD. Windows color (decimal): -2184499 or 13478622. OLE color: 13478622.

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

Color convert

RGB222170205-
CMYK00.230.080.13
HSL319.62º44.07%76.86%-
HSV(B)319.62º23.42%87.06%-
XYZ55.5248.6964.23-
YUV189.54136.73151.15-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.19%
GREEN value IS 170 (66.80% from 255) = 28.48%
BLUE value IS 205 (80.47% from 255) = 34.34%
R=37.19%
G=28.48%
B=34.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22217020500.230.080.13319.6244.0776.86
HexDEAACD0178D1402c4d
Octal336252315027101550054115
Binary110111101010101011001101010111100011011010000001011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEAACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEAACD; }

 p { color: rgb(222,170,205); }

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

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

 a { background-color: rgb(222,170,205); }

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

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

 span { border-color: rgb(222,170,205); }

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