#DEB0DC

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

Shades of French Lilac #DEB0DC

Tints of French Lilac #DEB0DC

Color information

#DEB0DC (or 0xDEB0DC) is unknown color: approx French Lilac. HEX triplet: DE, B0 and DC. RGB value is (222,176,220). Sum of RGB (Red+Green+Blue) = 222+176+220=618 (81% of max value = 765). Red value is 222 (87.11% from 255 or 35.92% from 618); Green value is 176 (69.14% from 255 or 28.48% from 618); Blue value is 220 (86.33% from 255 or 35.60% from 618); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB0DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEB0DC is #214F23. Grayscale: #C2C2C2. Windows color (decimal): -2182948 or 14463198. OLE color: 14463198.

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

Color convert

RGB222176220-
CMYK00.210.010.13
HSL302.61º41.07%78.04%-
HSV(B)302.61º20.72%87.06%-
XYZ58.5751.7574.61-
YUV194.77142.24147.42-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.92%
GREEN value IS 176 (69.14% from 255) = 28.48%
BLUE value IS 220 (86.33% from 255) = 35.60%
R=35.92%
G=28.48%
B=35.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22217622000.210.010.13302.6141.0778.04
HexDEB0DC0151D12f294e
Octal33626033402511545751116
Binary110111101011000011011100010101111011001011111010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB0DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB0DC; }

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

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

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

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

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

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

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

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