#DEA8CF

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

Shades of French Lilac #DEA8CF

Tints of French Lilac #DEA8CF

Color information

#DEA8CF (or 0xDEA8CF) is unknown color: approx French Lilac. HEX triplet: DE, A8 and CF. RGB value is (222,168,207). Sum of RGB (Red+Green+Blue) = 222+168+207=597 (79% of max value = 765). Red value is 222 (87.11% from 255 or 37.19% from 597); Green value is 168 (66.02% from 255 or 28.14% from 597); Blue value is 207 (81.25% from 255 or 34.67% from 597); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA8CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEA8CF is #215730. Grayscale: #BCBCBC. Windows color (decimal): -2185009 or 13609182. OLE color: 13609182.

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

Color convert

RGB222168207-
CMYK00.240.070.13
HSL316.67º45%76.47%-
HSV(B)316.67º24.32%87.06%-
XYZ55.3948.0465.38-
YUV188.59138.39151.83-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.19%
GREEN value IS 168 (66.02% from 255) = 28.14%
BLUE value IS 207 (81.25% from 255) = 34.67%
R=37.19%
G=28.14%
B=34.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22216820700.240.070.13316.674576.47
HexDEA8CF0187D13d2d4c
Octal33625031703071547555114
Binary11011110101010001100111101100011111011001111011011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA8CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA8CF; }

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

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

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

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

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

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

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

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