#DEB3DC

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

Shades of French Lilac #DEB3DC

Tints of French Lilac #DEB3DC

Color information

#DEB3DC (or 0xDEB3DC) is unknown color: approx French Lilac. HEX triplet: DE, B3 and DC. RGB value is (222,179,220). Sum of RGB (Red+Green+Blue) = 222+179+220=621 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.75% from 621); Green value is 179 (70.31% from 255 or 28.82% from 621); Blue value is 220 (86.33% from 255 or 35.43% from 621); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB3DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEB3DC is #214C23. Grayscale: #C4C4C4. Windows color (decimal): -2182180 or 14463966. OLE color: 14463966.

HSL color Cylindrical-coordinate representation of color #DEB3DC: hue angle of 302.79º degrees, saturation: 0.39, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DEB3DC is Cyan = 0, Magento = 0.19, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB222179220-
CMYK00.190.010.13
HSL302.79º39.45%78.63%-
HSV(B)302.79º19.37%87.06%-
XYZ59.1652.9474.81-
YUV196.53141.25146.17-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.75%
GREEN value IS 179 (70.31% from 255) = 28.82%
BLUE value IS 220 (86.33% from 255) = 35.43%
R=35.75%
G=28.82%
B=35.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22217922000.190.010.13302.7939.4578.63
HexDEB3DC0131D12f274f
Octal33626333402311545747117
Binary110111101011001111011100010011111011001011111001111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB3DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB3DC; }

 p { color: rgb(222,179,220); }

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

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

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

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

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

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

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