#DEB3F0

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

Shades of Mauve #DEB3F0

Tints of Mauve #DEB3F0

Color information

#DEB3F0 (or 0xDEB3F0) is unknown color: approx Mauve. HEX triplet: DE, B3 and F0. RGB value is (222,179,240). Sum of RGB (Red+Green+Blue) = 222+179+240=641 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.63% from 641); Green value is 179 (70.31% from 255 or 27.93% from 641); Blue value is 240 (94.14% from 255 or 37.44% from 641); Max value from RGB is 240 - color contains mainly: blue. Hex color #DEB3F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEB3F0 is #214C0F. Grayscale: #C6C6C6. Windows color (decimal): -2182160 or 15774686. OLE color: 15774686.

HSL color Cylindrical-coordinate representation of color #DEB3F0: hue angle of 282.3º degrees, saturation: 0.67, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DEB3F0 is Cyan = 0.08, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB222179240-
CMYK0.080.2500.06
HSL282.3º67.03%82.16%-
HSV(B)282.3º25.42%94.12%-
XYZ61.9754.0689.61-
YUV198.81151.25144.54-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.63%
GREEN value IS 179 (70.31% from 255) = 27.93%
BLUE value IS 240 (94.14% from 255) = 37.44%
R=34.63%
G=27.93%
B=37.44%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2221792400.080.2500.06282.367.0382.16
HexDEB3F08190611a4352
Octal336263360103106432103122
Binary110111101011001111110000100011001011010001101010000111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB3F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB3F0; }

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

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

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

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

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

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

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

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