#DEB3F1

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

Shades of Mauve #DEB3F1

Tints of Mauve #DEB3F1

Color information

#DEB3F1 (or 0xDEB3F1) is unknown color: approx Mauve. HEX triplet: DE, B3 and F1. RGB value is (222,179,241). Sum of RGB (Red+Green+Blue) = 222+179+241=642 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.58% from 642); Green value is 179 (70.31% from 255 or 27.88% from 642); Blue value is 241 (94.53% from 255 or 37.54% from 642); Max value from RGB is 241 - color contains mainly: blue. Hex color #DEB3F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEB3F1 is #214C0E. Grayscale: #C6C6C6. Windows color (decimal): -2182159 or 15840222. OLE color: 15840222.

HSL color Cylindrical-coordinate representation of color #DEB3F1: hue angle of 281.61º degrees, saturation: 0.69, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DEB3F1 is Cyan = 0.08, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB222179241-
CMYK0.080.2600.05
HSL281.61º68.89%82.35%-
HSV(B)281.61º25.73%94.51%-
XYZ62.1254.1290.39-
YUV198.92151.75144.46-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.58%
GREEN value IS 179 (70.31% from 255) = 27.88%
BLUE value IS 241 (94.53% from 255) = 37.54%
R=34.58%
G=27.88%
B=37.54%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2221792410.080.2600.05281.6168.8982.35
HexDEB3F181A0511a4552
Octal336263361103205432105122
Binary110111101011001111110001100011010010110001101010001011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB3F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB3F1; }

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

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

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

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

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

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

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

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