#DEABD0

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

Shades of French Lilac #DEABD0

Tints of French Lilac #DEABD0

Color information

#DEABD0 (or 0xDEABD0) is unknown color: approx French Lilac. HEX triplet: DE, AB and D0. RGB value is (222,171,208). Sum of RGB (Red+Green+Blue) = 222+171+208=601 (79% of max value = 765). Red value is 222 (87.11% from 255 or 36.94% from 601); Green value is 171 (67.19% from 255 or 28.45% from 601); Blue value is 208 (81.64% from 255 or 34.61% from 601); Max value from RGB is 222 - color contains mainly: red. Hex color #DEABD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEABD0 is #21542F. Grayscale: #BEBEBE. Windows color (decimal): -2184240 or 13675486. OLE color: 13675486.

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

Color convert

RGB222171208-
CMYK00.230.060.13
HSL316.47º43.59%77.06%-
HSV(B)316.47º22.97%87.06%-
XYZ56.0749.2166.22-
YUV190.47137.9150.49-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.94%
GREEN value IS 171 (67.19% from 255) = 28.45%
BLUE value IS 208 (81.64% from 255) = 34.61%
R=36.94%
G=28.45%
B=34.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22217120800.230.060.13316.4743.5977.06
HexDEABD00176D13c2c4d
Octal33625332002761547454115
Binary11011110101010111101000001011111011011001111001011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEABD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEABD0; }

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

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

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

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

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

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

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

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