#DEABD2

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

Shades of French Lilac #DEABD2

Tints of French Lilac #DEABD2

Color information

#DEABD2 (or 0xDEABD2) is unknown color: approx French Lilac. HEX triplet: DE, AB and D2. RGB value is (222,171,210). Sum of RGB (Red+Green+Blue) = 222+171+210=603 (79% of max value = 765). Red value is 222 (87.11% from 255 or 36.82% from 603); Green value is 171 (67.19% from 255 or 28.36% from 603); Blue value is 210 (82.42% from 255 or 34.83% from 603); Max value from RGB is 222 - color contains mainly: red. Hex color #DEABD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEABD2 is #21542D. Grayscale: #BEBEBE. Windows color (decimal): -2184238 or 13806558. OLE color: 13806558.

HSL color Cylindrical-coordinate representation of color #DEABD2: hue angle of 314.12º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DEABD2 is Cyan = 0, Magento = 0.23, Yellow = 0.05 and Black (K on CMYK) = 0.13.

Color convert

RGB222171210-
CMYK00.230.050.13
HSL314.12º43.59%77.06%-
HSV(B)314.12º22.97%87.06%-
XYZ56.3249.3167.52-
YUV190.7138.9150.33-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.82%
GREEN value IS 171 (67.19% from 255) = 28.36%
BLUE value IS 210 (82.42% from 255) = 34.83%
R=36.82%
G=28.36%
B=34.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22217121000.230.050.13314.1243.5977.06
HexDEABD20175D13a2c4d
Octal33625332202751547254115
Binary11011110101010111101001001011110111011001110101011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEABD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEABD2; }

 p { color: rgb(222,171,210); }

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

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

 a { background-color: rgb(222,171,210); }

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

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

 span { border-color: rgb(222,171,210); }

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