#DEB2DB

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

Shades of French Lilac #DEB2DB

Tints of French Lilac #DEB2DB

Color information

#DEB2DB (or 0xDEB2DB) is unknown color: approx French Lilac. HEX triplet: DE, B2 and DB. RGB value is (222,178,219). Sum of RGB (Red+Green+Blue) = 222+178+219=619 (81% of max value = 765). Red value is 222 (87.11% from 255 or 35.86% from 619); Green value is 178 (69.92% from 255 or 28.76% from 619); Blue value is 219 (85.94% from 255 or 35.38% from 619); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB2DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEB2DB is #214D24. Grayscale: #C3C3C3. Windows color (decimal): -2182437 or 14398174. OLE color: 14398174.

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

Color convert

RGB222178219-
CMYK00.200.010.13
HSL304.09º40%78.43%-
HSV(B)304.09º19.82%87.06%-
XYZ58.8352.4874.05-
YUV195.83141.08146.67-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.86%
GREEN value IS 178 (69.92% from 255) = 28.76%
BLUE value IS 219 (85.94% from 255) = 35.38%
R=35.86%
G=28.76%
B=35.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22217821900.200.010.13304.094078.43
HexDEB2DB0141D130284e
Octal33626233302411546050116
Binary110111101011001011011011010100111011001100001010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB2DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB2DB; }

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

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

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

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

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

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

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

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