#DEACD2

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

Shades of French Lilac #DEACD2

Tints of French Lilac #DEACD2

Color information

#DEACD2 (or 0xDEACD2) is unknown color: approx French Lilac. HEX triplet: DE, AC and D2. RGB value is (222,172,210). Sum of RGB (Red+Green+Blue) = 222+172+210=604 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.75% from 604); Green value is 172 (67.58% from 255 or 28.48% from 604); Blue value is 210 (82.42% from 255 or 34.77% from 604); Max value from RGB is 222 - color contains mainly: red. Hex color #DEACD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEACD2 is #21532D. Grayscale: #BFBFBF. Windows color (decimal): -2183982 or 13806814. OLE color: 13806814.

HSL color Cylindrical-coordinate representation of color #DEACD2: hue angle of 314.4º degrees, saturation: 0.43, 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 #DEACD2 is Cyan = 0, Magento = 0.23, Yellow = 0.05 and Black (K on CMYK) = 0.13.

Color convert

RGB222172210-
CMYK00.230.050.13
HSL314.4º43.1%77.25%-
HSV(B)314.4º22.52%87.06%-
XYZ56.5149.6967.59-
YUV191.28138.56149.91-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.75%
GREEN value IS 172 (67.58% from 255) = 28.48%
BLUE value IS 210 (82.42% from 255) = 34.77%
R=36.75%
G=28.48%
B=34.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22217221000.230.050.13314.443.177.25
HexDEACD20175D13a2b4d
Octal33625432202751547253115
Binary11011110101011001101001001011110111011001110101010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEACD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEACD2; }

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

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

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

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

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

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

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

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