Shades of Mauve #DEB6FF
Tints of Mauve #DEB6FF
RGB
CMYK
RGB Variations
Color information
#DEB6FF (or 0xDEB6FF) is known color: Mauve. HEX triplet: DE, B6 and FF. RGB value is (222,182,255). Sum of RGB (Red+Green+Blue) = 222+182+255=659 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.69% from 659); Green value is 182 (71.48% from 255 or 27.62% from 659); Blue value is 255 (100% from 255 or 38.69% from 659); Max value from RGB is 255 - color contains mainly: blue. Hex color #DEB6FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEB6FF is #214900. Grayscale: #CACACA. Windows color (decimal): -2181377 or 16758494. OLE color: 16758494.
HSL color Cylindrical-coordinate representation of color #DEB6FF: hue angle of 272.88º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DEB6FF is Cyan = 0.13, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 222 | 182 | 255 | - |
| CMYK | 0.13 | 0.29 | 0 | 0 |
| HSL | 272.88º | 1% | 0.86% | - |
| HSV(B) | 272.88º | 0.29% | 1% | - |
| XYZ | 64.9 | 56.21 | 102.04 | - |
| YUV | 202.28 | 157.75 | 142.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 182 | 255 | 0.13 | 0.29 | 0 | 0 | 272.88 | 1 | 0.86 |
| Hex | DE | B6 | FF | D | 1D | 0 | 0 | 111 | 64 | 56 |
| Octal | 336 | 266 | 377 | 15 | 35 | 0 | 0 | 421 | 144 | 126 |
| Binary | 11011110 | 10110110 | 11111111 | 1101 | 11101 | 0 | 0 | 100010001 | 1100100 | 1010110 |
Color Harmonies of #DEB6FF
Complementary color
Monochromatic Colors of #DEB6FF
Black with #DEB6FF
Text Example
Text Example
White with #DEB6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEB6FF; }
p { color: rgb(222,182,255); }
H1.HeaderClassName
{
color: #DEB6FF;
}
.AnyTagClassName
{
color: #DEB6FF;
}
</style>
background-color css
<style>
a { background-color: #DEB6FF; }
a { background-color: rgb(222,182,255); }
div.DivClassName
{
background-color: #DEB6FF;
}
.BgClassName
{
background-color: #DEB6FF;
}
</style>
border-color css
<style>
span { border-color: #DEB6FF; }
span { border-color: rgb(222,182,255); }
td.TdClassName
{
border-color: #DEB6FF;
}
.TagClassName
{
border-color: #DEB6FF;
}
</style>