Shades of Mauve #DEB8F5
Tints of Mauve #DEB8F5
RGB
CMYK
RGB Variations
Color information
#DEB8F5 (or 0xDEB8F5) is known color: Mauve. HEX triplet: DE, B8 and F5. RGB value is (222,184,245). Sum of RGB (Red+Green+Blue) = 222+184+245=651 (86% of max value = 765). Red value is 222 (87.11% from 255 or 34.10% from 651); Green value is 184 (72.27% from 255 or 28.26% from 651); Blue value is 245 (96.09% from 255 or 37.63% from 651); Max value from RGB is 245 - color contains mainly: blue. Hex color #DEB8F5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEB8F5 is #21470A. Grayscale: #CACACA. Windows color (decimal): -2180875 or 16103646. OLE color: 16103646.
HSL color Cylindrical-coordinate representation of color #DEB8F5: hue angle of 277.38º degrees, saturation: 0.75, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DEB8F5 is Cyan = 0.09, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 222 | 184 | 245 | - |
| CMYK | 0.09 | 0.25 | 0 | 0.04 |
| HSL | 277.38º | 0.75% | 0.84% | - |
| HSV(B) | 277.38º | 0.25% | 0.96% | - |
| XYZ | 63.75 | 56.4 | 93.91 | - |
| YUV | 202.32 | 152.09 | 142.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 184 | 245 | 0.09 | 0.25 | 0 | 0.04 | 277.38 | 0.75 | 0.84 |
| Hex | DE | B8 | F5 | 9 | 19 | 0 | 4 | 115 | 4B | 54 |
| Octal | 336 | 270 | 365 | 11 | 31 | 0 | 4 | 425 | 113 | 124 |
| Binary | 11011110 | 10111000 | 11110101 | 1001 | 11001 | 0 | 100 | 100010101 | 1001011 | 1010100 |
Color Harmonies of #DEB8F5
Complementary color
Monochromatic Colors of #DEB8F5
Black with #DEB8F5
Text Example
Text Example
White with #DEB8F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEB8F5; }
p { color: rgb(222,184,245); }
H1.HeaderClassName
{
color: #DEB8F5;
}
.AnyTagClassName
{
color: #DEB8F5;
}
</style>
background-color css
<style>
a { background-color: #DEB8F5; }
a { background-color: rgb(222,184,245); }
div.DivClassName
{
background-color: #DEB8F5;
}
.BgClassName
{
background-color: #DEB8F5;
}
</style>
border-color css
<style>
span { border-color: #DEB8F5; }
span { border-color: rgb(222,184,245); }
td.TdClassName
{
border-color: #DEB8F5;
}
.TagClassName
{
border-color: #DEB8F5;
}
</style>