#DEA4CC

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

Shades of French Lilac #DEA4CC

Tints of French Lilac #DEA4CC

Color information

#DEA4CC (or 0xDEA4CC) is unknown color: approx French Lilac. HEX triplet: DE, A4 and CC. RGB value is (222,164,204). Sum of RGB (Red+Green+Blue) = 222+164+204=590 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.63% from 590); Green value is 164 (64.45% from 255 or 27.80% from 590); Blue value is 204 (80.08% from 255 or 34.58% from 590); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA4CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEA4CC is #215B33. Grayscale: #B9B9B9. Windows color (decimal): -2186036 or 13411550. OLE color: 13411550.

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

Color convert

RGB222164204-
CMYK00.260.080.13
HSL318.62º46.77%75.69%-
HSV(B)318.62º26.13%87.06%-
XYZ54.346.4463.23-
YUV185.9138.22153.75-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.63%
GREEN value IS 164 (64.45% from 255) = 27.80%
BLUE value IS 204 (80.08% from 255) = 34.58%
R=37.63%
G=27.80%
B=34.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22216420400.260.080.13318.6246.7775.69
HexDEA4CC01A8D13f2f4c
Octal336244314032101547757114
Binary110111101010010011001100011010100011011001111111011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA4CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA4CC; }

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

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

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

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

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

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

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

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