#DEB0DB

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

Shades of French Lilac #DEB0DB

Tints of French Lilac #DEB0DB

Color information

#DEB0DB (or 0xDEB0DB) is unknown color: approx French Lilac. HEX triplet: DE, B0 and DB. RGB value is (222,176,219). Sum of RGB (Red+Green+Blue) = 222+176+219=617 (81% of max value = 765). Red value is 222 (87.11% from 255 or 35.98% from 617); Green value is 176 (69.14% from 255 or 28.53% from 617); Blue value is 219 (85.94% from 255 or 35.49% from 617); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB0DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEB0DB is #214F24. Grayscale: #C2C2C2. Windows color (decimal): -2182949 or 14397662. OLE color: 14397662.

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

Color convert

RGB222176219-
CMYK00.210.010.13
HSL303.91º41.07%78.04%-
HSV(B)303.91º20.72%87.06%-
XYZ58.4451.6973.92-
YUV194.66141.74147.5-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.98%
GREEN value IS 176 (69.14% from 255) = 28.53%
BLUE value IS 219 (85.94% from 255) = 35.49%
R=35.98%
G=28.53%
B=35.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22217621900.210.010.13303.9141.0778.04
HexDEB0DB0151D130294e
Octal33626033302511546051116
Binary110111101011000011011011010101111011001100001010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB0DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB0DB; }

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

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

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

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

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

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

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

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