#DEA5D1

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

Shades of French Lilac #DEA5D1

Tints of French Lilac #DEA5D1

Color information

#DEA5D1 (or 0xDEA5D1) is unknown color: approx French Lilac. HEX triplet: DE, A5 and D1. RGB value is (222,165,209). Sum of RGB (Red+Green+Blue) = 222+165+209=596 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.25% from 596); Green value is 165 (64.84% from 255 or 27.68% from 596); Blue value is 209 (82.03% from 255 or 35.07% from 596); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA5D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEA5D1 is #215A2E. Grayscale: #BABABA. Windows color (decimal): -2185775 or 13739486. OLE color: 13739486.

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

Color convert

RGB222165209-
CMYK00.260.060.13
HSL313.68º46.34%75.88%-
HSV(B)313.68º25.68%87.06%-
XYZ55.0947.0466.5-
YUV187.06140.38152.92-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.25%
GREEN value IS 165 (64.84% from 255) = 27.68%
BLUE value IS 209 (82.03% from 255) = 35.07%
R=37.25%
G=27.68%
B=35.07%

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
Decimal22216520900.260.060.13313.6846.3475.88
HexDEA5D101A6D13a2e4c
Octal33624532103261547256114
Binary11011110101001011101000101101011011011001110101011101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA5D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA5D1; }

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

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

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

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

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

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

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

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