#DEA6CD

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

Shades of French Lilac #DEA6CD

Tints of French Lilac #DEA6CD

Color information

#DEA6CD (or 0xDEA6CD) is unknown color: approx French Lilac. HEX triplet: DE, A6 and CD. RGB value is (222,166,205). Sum of RGB (Red+Green+Blue) = 222+166+205=593 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.44% from 593); Green value is 166 (65.23% from 255 or 27.99% from 593); Blue value is 205 (80.47% from 255 or 34.57% from 593); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA6CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEA6CD is #215932. Grayscale: #BBBBBB. Windows color (decimal): -2185523 or 13477598. OLE color: 13477598.

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

Color convert

RGB222166205-
CMYK00.250.080.13
HSL318.21º45.9%76.08%-
HSV(B)318.21º25.23%87.06%-
XYZ54.7847.2163.98-
YUV187.19138.05152.83-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.44%
GREEN value IS 166 (65.23% from 255) = 27.99%
BLUE value IS 205 (80.47% from 255) = 34.57%
R=37.44%
G=27.99%
B=34.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22216620500.250.080.13318.2145.976.08
HexDEA6CD0198D13e2e4c
Octal336246315031101547656114
Binary110111101010011011001101011001100011011001111101011101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA6CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA6CD; }

 p { color: rgb(222,166,205); }

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

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

 a { background-color: rgb(222,166,205); }

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

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

 span { border-color: rgb(222,166,205); }

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