Shades of Mauve #DEB7FF
Tints of Mauve #DEB7FF
RGB
CMYK
RGB Variations
Color information
#DEB7FF (or 0xDEB7FF) is known color: Mauve. HEX triplet: DE, B7 and FF. RGB value is (222,183,255). Sum of RGB (Red+Green+Blue) = 222+183+255=660 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.64% from 660); Green value is 183 (71.88% from 255 or 27.73% from 660); Blue value is 255 (100% from 255 or 38.64% from 660); Max value from RGB is 255 - color contains mainly: blue. Hex color #DEB7FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEB7FF is #214800. Grayscale: #CACACA. Windows color (decimal): -2181121 or 16758750. OLE color: 16758750.
HSL color Cylindrical-coordinate representation of color #DEB7FF: hue angle of 272.5º 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 #DEB7FF is Cyan = 0.13, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 222 | 183 | 255 | - |
| CMYK | 0.13 | 0.28 | 0 | 0 |
| HSL | 272.5º | 1% | 0.86% | - |
| HSV(B) | 272.5º | 0.28% | 1% | - |
| XYZ | 65.11 | 56.62 | 102.1 | - |
| YUV | 202.87 | 157.42 | 141.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 183 | 255 | 0.13 | 0.28 | 0 | 0 | 272.5 | 1 | 0.86 |
| Hex | DE | B7 | FF | D | 1C | 0 | 0 | 110 | 64 | 56 |
| Octal | 336 | 267 | 377 | 15 | 34 | 0 | 0 | 420 | 144 | 126 |
| Binary | 11011110 | 10110111 | 11111111 | 1101 | 11100 | 0 | 0 | 100010000 | 1100100 | 1010110 |
Color Harmonies of #DEB7FF
Complementary color
Monochromatic Colors of #DEB7FF
Black with #DEB7FF
Text Example
Text Example
White with #DEB7FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEB7FF; }
p { color: rgb(222,183,255); }
H1.HeaderClassName
{
color: #DEB7FF;
}
.AnyTagClassName
{
color: #DEB7FF;
}
</style>
background-color css
<style>
a { background-color: #DEB7FF; }
a { background-color: rgb(222,183,255); }
div.DivClassName
{
background-color: #DEB7FF;
}
.BgClassName
{
background-color: #DEB7FF;
}
</style>
border-color css
<style>
span { border-color: #DEB7FF; }
span { border-color: rgb(222,183,255); }
td.TdClassName
{
border-color: #DEB7FF;
}
.TagClassName
{
border-color: #DEB7FF;
}
</style>