#DEB1DD

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

Shades of French Lilac #DEB1DD

Tints of French Lilac #DEB1DD

Color information

#DEB1DD (or 0xDEB1DD) is unknown color: approx French Lilac. HEX triplet: DE, B1 and DD. RGB value is (222,177,221). Sum of RGB (Red+Green+Blue) = 222+177+221=620 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.81% from 620); Green value is 177 (69.53% from 255 or 28.55% from 620); Blue value is 221 (86.72% from 255 or 35.65% from 620); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB1DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEB1DD is #214E22. Grayscale: #C3C3C3. Windows color (decimal): -2182691 or 14528990. OLE color: 14528990.

HSL color Cylindrical-coordinate representation of color #DEB1DD: hue angle of 301.33º degrees, saturation: 0.41, 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 #DEB1DD is Cyan = 0, Magento = 0.20, Yellow = 0.00 and Black (K on CMYK) = 0.13.

Color convert

RGB222177221-
CMYK00.200.000.13
HSL301.33º40.54%78.24%-
HSV(B)301.33º20.27%87.06%-
XYZ58.952.1975.38-
YUV195.47142.41146.92-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.81%
GREEN value IS 177 (69.53% from 255) = 28.55%
BLUE value IS 221 (86.72% from 255) = 35.65%
R=35.81%
G=28.55%
B=35.65%

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
Decimal22217722100.200.000.13301.3340.5478.24
HexDEB1DD0140D12d294e
Octal33626133502401545551116
Binary110111101011000111011101010100011011001011011010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB1DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB1DD; }

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

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

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

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

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

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

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

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