Shades of Mauve #DEB0FF
Tints of Mauve #DEB0FF
RGB
CMYK
RGB Variations
Color information
#DEB0FF (or 0xDEB0FF) is known color: Mauve. HEX triplet: DE, B0 and FF. RGB value is (222,176,255). Sum of RGB (Red+Green+Blue) = 222+176+255=653 (86% of max value = 765). Red value is 222 (87.11% from 255 or 34.00% from 653); Green value is 176 (69.14% from 255 or 26.95% from 653); Blue value is 255 (100% from 255 or 39.05% from 653); Max value from RGB is 255 - color contains mainly: blue. Hex color #DEB0FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEB0FF is #214F00. Grayscale: #C6C6C6. Windows color (decimal): -2182913 or 16756958. OLE color: 16756958.
HSL color Cylindrical-coordinate representation of color #DEB0FF: hue angle of 274.94º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DEB0FF is Cyan = 0.13, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 222 | 176 | 255 | - |
| CMYK | 0.13 | 0.31 | 0 | 0 |
| HSL | 274.94º | 1% | 0.85% | - |
| HSV(B) | 274.94º | 0.31% | 1% | - |
| XYZ | 63.7 | 53.8 | 101.63 | - |
| YUV | 198.76 | 159.74 | 144.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 176 | 255 | 0.13 | 0.31 | 0 | 0 | 274.94 | 1 | 0.85 |
| Hex | DE | B0 | FF | D | 1F | 0 | 0 | 113 | 64 | 55 |
| Octal | 336 | 260 | 377 | 15 | 37 | 0 | 0 | 423 | 144 | 125 |
| Binary | 11011110 | 10110000 | 11111111 | 1101 | 11111 | 0 | 0 | 100010011 | 1100100 | 1010101 |
Color Harmonies of #DEB0FF
Complementary color
Monochromatic Colors of #DEB0FF
Black with #DEB0FF
Text Example
Text Example
White with #DEB0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEB0FF; }
p { color: rgb(222,176,255); }
H1.HeaderClassName
{
color: #DEB0FF;
}
.AnyTagClassName
{
color: #DEB0FF;
}
</style>
background-color css
<style>
a { background-color: #DEB0FF; }
a { background-color: rgb(222,176,255); }
div.DivClassName
{
background-color: #DEB0FF;
}
.BgClassName
{
background-color: #DEB0FF;
}
</style>
border-color css
<style>
span { border-color: #DEB0FF; }
span { border-color: rgb(222,176,255); }
td.TdClassName
{
border-color: #DEB0FF;
}
.TagClassName
{
border-color: #DEB0FF;
}
</style>