#DEB0DD

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

Shades of French Lilac #DEB0DD

Tints of French Lilac #DEB0DD

Color information

#DEB0DD (or 0xDEB0DD) is unknown color: approx French Lilac. HEX triplet: DE, B0 and DD. RGB value is (222,176,221). Sum of RGB (Red+Green+Blue) = 222+176+221=619 (81% of max value = 765). Red value is 222 (87.11% from 255 or 35.86% from 619); Green value is 176 (69.14% from 255 or 28.43% from 619); Blue value is 221 (86.72% from 255 or 35.70% from 619); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB0DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEB0DD is #214F22. Grayscale: #C2C2C2. Windows color (decimal): -2182947 or 14528734. OLE color: 14528734.

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

Color convert

RGB222176221-
CMYK00.210.000.13
HSL301.3º41.07%78.04%-
HSV(B)301.3º20.72%87.06%-
XYZ58.751.875.31-
YUV194.88142.74147.34-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.86%
GREEN value IS 176 (69.14% from 255) = 28.43%
BLUE value IS 221 (86.72% from 255) = 35.70%
R=35.86%
G=28.43%
B=35.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.00
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22217622100.210.000.13301.341.0778.04
HexDEB0DD0150D12d294e
Octal33626033502501545551116
Binary110111101011000011011101010101011011001011011010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB0DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB0DD; }

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

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

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

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

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

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

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

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