Shades of Mauve #DEBDF8
Tints of Mauve #DEBDF8
RGB
CMYK
RGB Variations
Color information
#DEBDF8 (or 0xDEBDF8) is known color: Mauve. HEX triplet: DE, BD and F8. RGB value is (222,189,248). Sum of RGB (Red+Green+Blue) = 222+189+248=659 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.69% from 659); Green value is 189 (74.22% from 255 or 28.68% from 659); Blue value is 248 (97.27% from 255 or 37.63% from 659); Max value from RGB is 248 - color contains mainly: blue. Hex color #DEBDF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEBDF8 is #214207. Grayscale: #CDCDCD. Windows color (decimal): -2179592 or 16301534. OLE color: 16301534.
HSL color Cylindrical-coordinate representation of color #DEBDF8: hue angle of 273.56º degrees, saturation: 0.81, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DEBDF8 is Cyan = 0.10, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 222 | 189 | 248 | - |
| CMYK | 0.10 | 0.24 | 0 | 0.03 |
| HSL | 273.56º | 0.81% | 0.86% | - |
| HSV(B) | 273.56º | 0.24% | 0.97% | - |
| XYZ | 65.27 | 58.7 | 96.7 | - |
| YUV | 205.59 | 151.93 | 139.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 189 | 248 | 0.10 | 0.24 | 0 | 0.03 | 273.56 | 0.81 | 0.86 |
| Hex | DE | BD | F8 | A | 18 | 0 | 3 | 112 | 51 | 56 |
| Octal | 336 | 275 | 370 | 12 | 30 | 0 | 3 | 422 | 121 | 126 |
| Binary | 11011110 | 10111101 | 11111000 | 1010 | 11000 | 0 | 11 | 100010010 | 1010001 | 1010110 |
Color Harmonies of #DEBDF8
Complementary color
Monochromatic Colors of #DEBDF8
Black with #DEBDF8
Text Example
Text Example
White with #DEBDF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBDF8; }
p { color: rgb(222,189,248); }
H1.HeaderClassName
{
color: #DEBDF8;
}
.AnyTagClassName
{
color: #DEBDF8;
}
</style>
background-color css
<style>
a { background-color: #DEBDF8; }
a { background-color: rgb(222,189,248); }
div.DivClassName
{
background-color: #DEBDF8;
}
.BgClassName
{
background-color: #DEBDF8;
}
</style>
border-color css
<style>
span { border-color: #DEBDF8; }
span { border-color: rgb(222,189,248); }
td.TdClassName
{
border-color: #DEBDF8;
}
.TagClassName
{
border-color: #DEBDF8;
}
</style>