Shades of Mauve #DEB2F1
Tints of Mauve #DEB2F1
RGB
CMYK
RGB Variations
Color information
#DEB2F1 (or 0xDEB2F1) is known color: Mauve. HEX triplet: DE, B2 and F1. RGB value is (222,178,241). Sum of RGB (Red+Green+Blue) = 222+178+241=641 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.63% from 641); Green value is 178 (69.92% from 255 or 27.77% from 641); Blue value is 241 (94.53% from 255 or 37.60% from 641); Max value from RGB is 241 - color contains mainly: blue. Hex color #DEB2F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEB2F1 is #214D0E. Grayscale: #C6C6C6. Windows color (decimal): -2182415 or 15839966. OLE color: 15839966.
HSL color Cylindrical-coordinate representation of color #DEB2F1: hue angle of 281.9º 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 #DEB2F1 is Cyan = 0.08, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 222 | 178 | 241 | - |
| CMYK | 0.08 | 0.26 | 0 | 0.05 |
| HSL | 281.9º | 0.69% | 0.82% | - |
| HSV(B) | 281.9º | 0.26% | 0.95% | - |
| XYZ | 61.92 | 53.72 | 90.32 | - |
| YUV | 198.34 | 152.08 | 144.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 178 | 241 | 0.08 | 0.26 | 0 | 0.05 | 281.9 | 0.69 | 0.82 |
| Hex | DE | B2 | F1 | 8 | 1A | 0 | 5 | 11A | 45 | 52 |
| Octal | 336 | 262 | 361 | 10 | 32 | 0 | 5 | 432 | 105 | 122 |
| Binary | 11011110 | 10110010 | 11110001 | 1000 | 11010 | 0 | 101 | 100011010 | 1000101 | 1010010 |
Color Harmonies of #DEB2F1
Complementary color
Monochromatic Colors of #DEB2F1
Black with #DEB2F1
Text Example
Text Example
White with #DEB2F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEB2F1; }
p { color: rgb(222,178,241); }
H1.HeaderClassName
{
color: #DEB2F1;
}
.AnyTagClassName
{
color: #DEB2F1;
}
</style>
background-color css
<style>
a { background-color: #DEB2F1; }
a { background-color: rgb(222,178,241); }
div.DivClassName
{
background-color: #DEB2F1;
}
.BgClassName
{
background-color: #DEB2F1;
}
</style>
border-color css
<style>
span { border-color: #DEB2F1; }
span { border-color: rgb(222,178,241); }
td.TdClassName
{
border-color: #DEB2F1;
}
.TagClassName
{
border-color: #DEB2F1;
}
</style>