#DEA8CC

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

Shades of French Lilac #DEA8CC

Tints of French Lilac #DEA8CC

Color information

#DEA8CC (or 0xDEA8CC) is unknown color: approx French Lilac. HEX triplet: DE, A8 and CC. RGB value is (222,168,204). Sum of RGB (Red+Green+Blue) = 222+168+204=594 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.37% from 594); Green value is 168 (66.02% from 255 or 28.28% from 594); Blue value is 204 (80.08% from 255 or 34.34% from 594); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA8CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEA8CC is #215733. Grayscale: #BCBCBC. Windows color (decimal): -2185012 or 13412574. OLE color: 13412574.

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

Color convert

RGB222168204-
CMYK00.240.080.13
HSL320º45%76.47%-
HSV(B)320º24.32%87.06%-
XYZ55.0347.8963.47-
YUV188.25136.89152.07-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.37%
GREEN value IS 168 (66.02% from 255) = 28.28%
BLUE value IS 204 (80.08% from 255) = 34.34%
R=37.37%
G=28.28%
B=34.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22216820400.240.080.133204576.47
HexDEA8CC0188D1402d4c
Octal336250314030101550055114
Binary110111101010100011001100011000100011011010000001011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA8CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA8CC; }

 p { color: rgb(222,168,204); }

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

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

 a { background-color: rgb(222,168,204); }

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

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

 span { border-color: rgb(222,168,204); }

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