Shades of Mauve #DEBBF1
Tints of Mauve #DEBBF1
RGB
CMYK
RGB Variations
Color information
#DEBBF1 (or 0xDEBBF1) is known color: Mauve. HEX triplet: DE, BB and F1. RGB value is (222,187,241). Sum of RGB (Red+Green+Blue) = 222+187+241=650 (86% of max value = 765). Red value is 222 (87.11% from 255 or 34.15% from 650); Green value is 187 (73.44% from 255 or 28.77% from 650); Blue value is 241 (94.53% from 255 or 37.08% from 650); Max value from RGB is 241 - color contains mainly: blue. Hex color #DEBBF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEBBF1 is #21440E. Grayscale: #CBCBCB. Windows color (decimal): -2180111 or 15842270. OLE color: 15842270.
HSL color Cylindrical-coordinate representation of color #DEBBF1: hue angle of 278.89º degrees, saturation: 0.66, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DEBBF1 is Cyan = 0.08, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 222 | 187 | 241 | - |
| CMYK | 0.08 | 0.22 | 0 | 0.05 |
| HSL | 278.89º | 0.66% | 0.84% | - |
| HSV(B) | 278.89º | 0.22% | 0.95% | - |
| XYZ | 63.77 | 57.42 | 90.94 | - |
| YUV | 203.62 | 149.1 | 141.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 187 | 241 | 0.08 | 0.22 | 0 | 0.05 | 278.89 | 0.66 | 0.84 |
| Hex | DE | BB | F1 | 8 | 16 | 0 | 5 | 117 | 42 | 54 |
| Octal | 336 | 273 | 361 | 10 | 26 | 0 | 5 | 427 | 102 | 124 |
| Binary | 11011110 | 10111011 | 11110001 | 1000 | 10110 | 0 | 101 | 100010111 | 1000010 | 1010100 |
Color Harmonies of #DEBBF1
Complementary color
Monochromatic Colors of #DEBBF1
Black with #DEBBF1
Text Example
Text Example
White with #DEBBF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBBF1; }
p { color: rgb(222,187,241); }
H1.HeaderClassName
{
color: #DEBBF1;
}
.AnyTagClassName
{
color: #DEBBF1;
}
</style>
background-color css
<style>
a { background-color: #DEBBF1; }
a { background-color: rgb(222,187,241); }
div.DivClassName
{
background-color: #DEBBF1;
}
.BgClassName
{
background-color: #DEBBF1;
}
</style>
border-color css
<style>
span { border-color: #DEBBF1; }
span { border-color: rgb(222,187,241); }
td.TdClassName
{
border-color: #DEBBF1;
}
.TagClassName
{
border-color: #DEBBF1;
}
</style>