#DEB0DE

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

Shades of French Lilac #DEB0DE

Tints of French Lilac #DEB0DE

Color information

#DEB0DE (or 0xDEB0DE) is unknown color: approx French Lilac. HEX triplet: DE, B0 and DE. RGB value is (222,176,222). Sum of RGB (Red+Green+Blue) = 222+176+222=620 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.81% from 620); Green value is 176 (69.14% from 255 or 28.39% from 620); Blue value is 222 (87.11% from 255 or 35.81% from 620); Max value from RGB is 222 - color contains mainly: red, blue. Hex color #DEB0DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEB0DE is #214F21. Grayscale: #C2C2C2. Windows color (decimal): -2182946 or 14594270. OLE color: 14594270.

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

Color convert

RGB222176222-
CMYK00.2100.13
HSL300º41.07%78.04%-
HSV(B)300º20.72%87.06%-
XYZ58.8351.8576.02-
YUV195143.24147.26-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.81%
GREEN value IS 176 (69.14% from 255) = 28.39%
BLUE value IS 222 (87.11% from 255) = 35.81%
R=35.81%
G=28.39%
B=35.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22217622200.2100.1330041.0778.04
HexDEB0DE0150D12c294e
Octal33626033602501545451116
Binary110111101011000011011110010101011011001011001010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB0DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB0DE; }

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

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

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

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

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

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

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

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