#DEA8D0

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

Shades of French Lilac #DEA8D0

Tints of French Lilac #DEA8D0

Color information

#DEA8D0 (or 0xDEA8D0) is unknown color: approx French Lilac. HEX triplet: DE, A8 and D0. RGB value is (222,168,208). Sum of RGB (Red+Green+Blue) = 222+168+208=598 (79% of max value = 765). Red value is 222 (87.11% from 255 or 37.12% from 598); Green value is 168 (66.02% from 255 or 28.09% from 598); Blue value is 208 (81.64% from 255 or 34.78% from 598); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA8D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEA8D0 is #21572F. Grayscale: #BCBCBC. Windows color (decimal): -2185008 or 13674718. OLE color: 13674718.

HSL color Cylindrical-coordinate representation of color #DEA8D0: hue angle of 315.56º 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 #DEA8D0 is Cyan = 0, Magento = 0.24, Yellow = 0.06 and Black (K on CMYK) = 0.13.

Color convert

RGB222168208-
CMYK00.240.060.13
HSL315.56º45%76.47%-
HSV(B)315.56º24.32%87.06%-
XYZ55.5148.0966.03-
YUV188.71138.89151.75-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.12%
GREEN value IS 168 (66.02% from 255) = 28.09%
BLUE value IS 208 (81.64% from 255) = 34.78%
R=37.12%
G=28.09%
B=34.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22216820800.240.060.13315.564576.47
HexDEA8D00186D13c2d4c
Octal33625032003061547455114
Binary11011110101010001101000001100011011011001111001011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA8D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA8D0; }

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

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

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

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

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

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

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

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