Shades of Mauve #DEB0EE
Tints of Mauve #DEB0EE
RGB
CMYK
RGB Variations
Color information
#DEB0EE (or 0xDEB0EE) is known color: Mauve. HEX triplet: DE, B0 and EE. RGB value is (222,176,238). Sum of RGB (Red+Green+Blue) = 222+176+238=636 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.91% from 636); Green value is 176 (69.14% from 255 or 27.67% from 636); Blue value is 238 (93.36% from 255 or 37.42% from 636); Max value from RGB is 238 - color contains mainly: blue. Hex color #DEB0EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEB0EE is #214F11. Grayscale: #C4C4C4. Windows color (decimal): -2182930 or 15642846. OLE color: 15642846.
HSL color Cylindrical-coordinate representation of color #DEB0EE: hue angle of 284.52º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DEB0EE is Cyan = 0.07, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 222 | 176 | 238 | - |
| CMYK | 0.07 | 0.26 | 0 | 0.07 |
| HSL | 284.52º | 0.65% | 0.81% | - |
| HSV(B) | 284.52º | 0.26% | 0.93% | - |
| XYZ | 61.08 | 52.75 | 87.85 | - |
| YUV | 196.82 | 151.24 | 145.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 176 | 238 | 0.07 | 0.26 | 0 | 0.07 | 284.52 | 0.65 | 0.81 |
| Hex | DE | B0 | EE | 7 | 1A | 0 | 7 | 11D | 41 | 51 |
| Octal | 336 | 260 | 356 | 7 | 32 | 0 | 7 | 435 | 101 | 121 |
| Binary | 11011110 | 10110000 | 11101110 | 111 | 11010 | 0 | 111 | 100011101 | 1000001 | 1010001 |
Color Harmonies of #DEB0EE
Complementary color
Monochromatic Colors of #DEB0EE
Black with #DEB0EE
Text Example
Text Example
White with #DEB0EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEB0EE; }
p { color: rgb(222,176,238); }
H1.HeaderClassName
{
color: #DEB0EE;
}
.AnyTagClassName
{
color: #DEB0EE;
}
</style>
background-color css
<style>
a { background-color: #DEB0EE; }
a { background-color: rgb(222,176,238); }
div.DivClassName
{
background-color: #DEB0EE;
}
.BgClassName
{
background-color: #DEB0EE;
}
</style>
border-color css
<style>
span { border-color: #DEB0EE; }
span { border-color: rgb(222,176,238); }
td.TdClassName
{
border-color: #DEB0EE;
}
.TagClassName
{
border-color: #DEB0EE;
}
</style>