#DEA5D0

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

Shades of French Lilac #DEA5D0

Tints of French Lilac #DEA5D0

Color information

#DEA5D0 (or 0xDEA5D0) is unknown color: approx French Lilac. HEX triplet: DE, A5 and D0. RGB value is (222,165,208). Sum of RGB (Red+Green+Blue) = 222+165+208=595 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.31% from 595); Green value is 165 (64.84% from 255 or 27.73% from 595); Blue value is 208 (81.64% from 255 or 34.96% from 595); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA5D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEA5D0 is #215A2F. Grayscale: #BABABA. Windows color (decimal): -2185776 or 13673950. OLE color: 13673950.

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

Color convert

RGB222165208-
CMYK00.260.060.13
HSL314.74º46.34%75.88%-
HSV(B)314.74º25.68%87.06%-
XYZ54.9646.9965.85-
YUV186.94139.88153-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.31%
GREEN value IS 165 (64.84% from 255) = 27.73%
BLUE value IS 208 (81.64% from 255) = 34.96%
R=37.31%
G=27.73%
B=34.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22216520800.260.060.13314.7446.3475.88
HexDEA5D001A6D13b2e4c
Octal33624532003261547356114
Binary11011110101001011101000001101011011011001110111011101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA5D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA5D0; }

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

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

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

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

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

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

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

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