Shades of Mauve #DEB0F9
Tints of Mauve #DEB0F9
RGB
CMYK
RGB Variations
Color information
#DEB0F9 (or 0xDEB0F9) is known color: Mauve. HEX triplet: DE, B0 and F9. RGB value is (222,176,249). Sum of RGB (Red+Green+Blue) = 222+176+249=647 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.31% from 647); Green value is 176 (69.14% from 255 or 27.20% from 647); Blue value is 249 (97.66% from 255 or 38.49% from 647); Max value from RGB is 249 - color contains mainly: blue. Hex color #DEB0F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEB0F9 is #214F06. Grayscale: #C5C5C5. Windows color (decimal): -2182919 or 16363742. OLE color: 16363742.
HSL color Cylindrical-coordinate representation of color #DEB0F9: hue angle of 277.81º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DEB0F9 is Cyan = 0.11, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 222 | 176 | 249 | - |
| CMYK | 0.11 | 0.29 | 0 | 0.02 |
| HSL | 277.81º | 0.86% | 0.83% | - |
| HSV(B) | 277.81º | 0.29% | 0.98% | - |
| XYZ | 62.75 | 53.42 | 96.63 | - |
| YUV | 198.08 | 156.74 | 145.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 176 | 249 | 0.11 | 0.29 | 0 | 0.02 | 277.81 | 0.86 | 0.83 |
| Hex | DE | B0 | F9 | B | 1D | 0 | 2 | 116 | 56 | 53 |
| Octal | 336 | 260 | 371 | 13 | 35 | 0 | 2 | 426 | 126 | 123 |
| Binary | 11011110 | 10110000 | 11111001 | 1011 | 11101 | 0 | 10 | 100010110 | 1010110 | 1010011 |
Color Harmonies of #DEB0F9
Complementary color
Monochromatic Colors of #DEB0F9
Black with #DEB0F9
Text Example
Text Example
White with #DEB0F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEB0F9; }
p { color: rgb(222,176,249); }
H1.HeaderClassName
{
color: #DEB0F9;
}
.AnyTagClassName
{
color: #DEB0F9;
}
</style>
background-color css
<style>
a { background-color: #DEB0F9; }
a { background-color: rgb(222,176,249); }
div.DivClassName
{
background-color: #DEB0F9;
}
.BgClassName
{
background-color: #DEB0F9;
}
</style>
border-color css
<style>
span { border-color: #DEB0F9; }
span { border-color: rgb(222,176,249); }
td.TdClassName
{
border-color: #DEB0F9;
}
.TagClassName
{
border-color: #DEB0F9;
}
</style>