Shades of Mauve #DEB8FF
Tints of Mauve #DEB8FF
RGB
CMYK
RGB Variations
Color information
#DEB8FF (or 0xDEB8FF) is known color: Mauve. HEX triplet: DE, B8 and FF. RGB value is (222,184,255). Sum of RGB (Red+Green+Blue) = 222+184+255=661 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.59% from 661); Green value is 184 (72.27% from 255 or 27.84% from 661); Blue value is 255 (100% from 255 or 38.58% from 661); Max value from RGB is 255 - color contains mainly: blue. Hex color #DEB8FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEB8FF is #214700. Grayscale: #CBCBCB. Windows color (decimal): -2180865 or 16759006. OLE color: 16759006.
HSL color Cylindrical-coordinate representation of color #DEB8FF: hue angle of 272.11º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DEB8FF is Cyan = 0.13, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 222 | 184 | 255 | - |
| CMYK | 0.13 | 0.28 | 0 | 0 |
| HSL | 272.11º | 1% | 0.86% | - |
| HSV(B) | 272.11º | 0.28% | 1% | - |
| XYZ | 65.31 | 57.03 | 102.17 | - |
| YUV | 203.46 | 157.09 | 141.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 184 | 255 | 0.13 | 0.28 | 0 | 0 | 272.11 | 1 | 0.86 |
| Hex | DE | B8 | FF | D | 1C | 0 | 0 | 110 | 64 | 56 |
| Octal | 336 | 270 | 377 | 15 | 34 | 0 | 0 | 420 | 144 | 126 |
| Binary | 11011110 | 10111000 | 11111111 | 1101 | 11100 | 0 | 0 | 100010000 | 1100100 | 1010110 |
Color Harmonies of #DEB8FF
Complementary color
Monochromatic Colors of #DEB8FF
Black with #DEB8FF
Text Example
Text Example
White with #DEB8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEB8FF; }
p { color: rgb(222,184,255); }
H1.HeaderClassName
{
color: #DEB8FF;
}
.AnyTagClassName
{
color: #DEB8FF;
}
</style>
background-color css
<style>
a { background-color: #DEB8FF; }
a { background-color: rgb(222,184,255); }
div.DivClassName
{
background-color: #DEB8FF;
}
.BgClassName
{
background-color: #DEB8FF;
}
</style>
border-color css
<style>
span { border-color: #DEB8FF; }
span { border-color: rgb(222,184,255); }
td.TdClassName
{
border-color: #DEB8FF;
}
.TagClassName
{
border-color: #DEB8FF;
}
</style>