#DEB2DD

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

Shades of French Lilac #DEB2DD

Tints of French Lilac #DEB2DD

Color information

#DEB2DD (or 0xDEB2DD) is unknown color: approx French Lilac. HEX triplet: DE, B2 and DD. RGB value is (222,178,221). Sum of RGB (Red+Green+Blue) = 222+178+221=621 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.75% from 621); Green value is 178 (69.92% from 255 or 28.66% from 621); Blue value is 221 (86.72% from 255 or 35.59% from 621); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB2DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEB2DD is #214D22. Grayscale: #C3C3C3. Windows color (decimal): -2182435 or 14529246. OLE color: 14529246.

HSL color Cylindrical-coordinate representation of color #DEB2DD: hue angle of 301.36º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DEB2DD is Cyan = 0, Magento = 0.20, Yellow = 0.00 and Black (K on CMYK) = 0.13.

Color convert

RGB222178221-
CMYK00.200.000.13
HSL301.36º40%78.43%-
HSV(B)301.36º19.82%87.06%-
XYZ59.152.5975.44-
YUV196.06142.08146.5-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.75%
GREEN value IS 178 (69.92% from 255) = 28.66%
BLUE value IS 221 (86.72% from 255) = 35.59%
R=35.75%
G=28.66%
B=35.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.00
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22217822100.200.000.13301.364078.43
HexDEB2DD0140D12d284e
Octal33626233502401545550116
Binary110111101011001011011101010100011011001011011010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB2DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB2DD; }

 p { color: rgb(222,178,221); }

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

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

 a { background-color: rgb(222,178,221); }

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

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

 span { border-color: rgb(222,178,221); }

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