Shades of Mauve #DEB6F6
Tints of Mauve #DEB6F6
RGB
CMYK
RGB Variations
Color information
#DEB6F6 (or 0xDEB6F6) is known color: Mauve. HEX triplet: DE, B6 and F6. RGB value is (222,182,246). Sum of RGB (Red+Green+Blue) = 222+182+246=650 (86% of max value = 765). Red value is 222 (87.11% from 255 or 34.15% from 650); Green value is 182 (71.48% from 255 or 28% from 650); Blue value is 246 (96.48% from 255 or 37.85% from 650); Max value from RGB is 246 - color contains mainly: blue. Hex color #DEB6F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEB6F6 is #214909. Grayscale: #C9C9C9. Windows color (decimal): -2181386 or 16168670. OLE color: 16168670.
HSL color Cylindrical-coordinate representation of color #DEB6F6: hue angle of 277.5º degrees, saturation: 0.78, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DEB6F6 is Cyan = 0.10, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 222 | 182 | 246 | - |
| CMYK | 0.10 | 0.26 | 0 | 0.04 |
| HSL | 277.5º | 0.78% | 0.84% | - |
| HSV(B) | 277.5º | 0.26% | 0.96% | - |
| XYZ | 63.49 | 55.64 | 94.58 | - |
| YUV | 201.26 | 153.25 | 142.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 182 | 246 | 0.10 | 0.26 | 0 | 0.04 | 277.5 | 0.78 | 0.84 |
| Hex | DE | B6 | F6 | A | 1A | 0 | 4 | 116 | 4E | 54 |
| Octal | 336 | 266 | 366 | 12 | 32 | 0 | 4 | 426 | 116 | 124 |
| Binary | 11011110 | 10110110 | 11110110 | 1010 | 11010 | 0 | 100 | 100010110 | 1001110 | 1010100 |
Color Harmonies of #DEB6F6
Complementary color
Monochromatic Colors of #DEB6F6
Black with #DEB6F6
Text Example
Text Example
White with #DEB6F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEB6F6; }
p { color: rgb(222,182,246); }
H1.HeaderClassName
{
color: #DEB6F6;
}
.AnyTagClassName
{
color: #DEB6F6;
}
</style>
background-color css
<style>
a { background-color: #DEB6F6; }
a { background-color: rgb(222,182,246); }
div.DivClassName
{
background-color: #DEB6F6;
}
.BgClassName
{
background-color: #DEB6F6;
}
</style>
border-color css
<style>
span { border-color: #DEB6F6; }
span { border-color: rgb(222,182,246); }
td.TdClassName
{
border-color: #DEB6F6;
}
.TagClassName
{
border-color: #DEB6F6;
}
</style>