#DEB2DE

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

Shades of French Lilac #DEB2DE

Tints of French Lilac #DEB2DE

Color information

#DEB2DE (or 0xDEB2DE) is unknown color: approx French Lilac. HEX triplet: DE, B2 and DE. RGB value is (222,178,222). Sum of RGB (Red+Green+Blue) = 222+178+222=622 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.69% from 622); Green value is 178 (69.92% from 255 or 28.62% from 622); Blue value is 222 (87.11% from 255 or 35.69% from 622); Max value from RGB is 222 - color contains mainly: red, blue. Hex color #DEB2DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEB2DE is #214D21. Grayscale: #C4C4C4. Windows color (decimal): -2182434 or 14594782. OLE color: 14594782.

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

Color convert

RGB222178222-
CMYK00.2000.13
HSL300º40%78.43%-
HSV(B)300º19.82%87.06%-
XYZ59.2352.6476.15-
YUV196.17142.58146.42-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.69%
GREEN value IS 178 (69.92% from 255) = 28.62%
BLUE value IS 222 (87.11% from 255) = 35.69%
R=35.69%
G=28.62%
B=35.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22217822200.2000.133004078.43
HexDEB2DE0140D12c284e
Octal33626233602401545450116
Binary110111101011001011011110010100011011001011001010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB2DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB2DE; }

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

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

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

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

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

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

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

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