Shades of Mauve #DEB4F6
Tints of Mauve #DEB4F6
RGB
CMYK
RGB Variations
Color information
#DEB4F6 (or 0xDEB4F6) is known color: Mauve. HEX triplet: DE, B4 and F6. RGB value is (222,180,246). Sum of RGB (Red+Green+Blue) = 222+180+246=648 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.26% from 648); Green value is 180 (70.70% from 255 or 27.78% from 648); Blue value is 246 (96.48% from 255 or 37.96% from 648); Max value from RGB is 246 - color contains mainly: blue. Hex color #DEB4F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEB4F6 is #214B09. Grayscale: #C7C7C7. Windows color (decimal): -2181898 or 16168158. OLE color: 16168158.
HSL color Cylindrical-coordinate representation of color #DEB4F6: hue angle of 278.18º degrees, saturation: 0.79, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DEB4F6 is Cyan = 0.10, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 222 | 180 | 246 | - |
| CMYK | 0.10 | 0.27 | 0 | 0.04 |
| HSL | 278.18º | 0.79% | 0.84% | - |
| HSV(B) | 278.18º | 0.27% | 0.96% | - |
| XYZ | 63.08 | 54.83 | 94.45 | - |
| YUV | 200.08 | 153.91 | 143.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 180 | 246 | 0.10 | 0.27 | 0 | 0.04 | 278.18 | 0.79 | 0.84 |
| Hex | DE | B4 | F6 | A | 1B | 0 | 4 | 116 | 4F | 54 |
| Octal | 336 | 264 | 366 | 12 | 33 | 0 | 4 | 426 | 117 | 124 |
| Binary | 11011110 | 10110100 | 11110110 | 1010 | 11011 | 0 | 100 | 100010110 | 1001111 | 1010100 |
Color Harmonies of #DEB4F6
Complementary color
Monochromatic Colors of #DEB4F6
Black with #DEB4F6
Text Example
Text Example
White with #DEB4F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEB4F6; }
p { color: rgb(222,180,246); }
H1.HeaderClassName
{
color: #DEB4F6;
}
.AnyTagClassName
{
color: #DEB4F6;
}
</style>
background-color css
<style>
a { background-color: #DEB4F6; }
a { background-color: rgb(222,180,246); }
div.DivClassName
{
background-color: #DEB4F6;
}
.BgClassName
{
background-color: #DEB4F6;
}
</style>
border-color css
<style>
span { border-color: #DEB4F6; }
span { border-color: rgb(222,180,246); }
td.TdClassName
{
border-color: #DEB4F6;
}
.TagClassName
{
border-color: #DEB4F6;
}
</style>