#DEB1DC

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

Shades of French Lilac #DEB1DC

Tints of French Lilac #DEB1DC

Color information

#DEB1DC (or 0xDEB1DC) is unknown color: approx French Lilac. HEX triplet: DE, B1 and DC. RGB value is (222,177,220). Sum of RGB (Red+Green+Blue) = 222+177+220=619 (81% of max value = 765). Red value is 222 (87.11% from 255 or 35.86% from 619); Green value is 177 (69.53% from 255 or 28.59% from 619); Blue value is 220 (86.33% from 255 or 35.54% from 619); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB1DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEB1DC is #214E23. Grayscale: #C3C3C3. Windows color (decimal): -2182692 or 14463454. OLE color: 14463454.

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

Color convert

RGB222177220-
CMYK00.200.010.13
HSL302.67º40.54%78.24%-
HSV(B)302.67º20.27%87.06%-
XYZ58.7652.1474.68-
YUV195.36141.91147-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.86%
GREEN value IS 177 (69.53% from 255) = 28.59%
BLUE value IS 220 (86.33% from 255) = 35.54%
R=35.86%
G=28.59%
B=35.54%

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
Decimal22217722000.200.010.13302.6740.5478.24
HexDEB1DC0141D12f294e
Octal33626133402411545751116
Binary110111101011000111011100010100111011001011111010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB1DC; }

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

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

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

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

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

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

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

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