Shades of Mauve #DEBCF1
Tints of Mauve #DEBCF1
RGB
CMYK
RGB Variations
Color information
#DEBCF1 (or 0xDEBCF1) is known color: Mauve. HEX triplet: DE, BC and F1. RGB value is (222,188,241). Sum of RGB (Red+Green+Blue) = 222+188+241=651 (86% of max value = 765). Red value is 222 (87.11% from 255 or 34.10% from 651); Green value is 188 (73.83% from 255 or 28.88% from 651); Blue value is 241 (94.53% from 255 or 37.02% from 651); Max value from RGB is 241 - color contains mainly: blue. Hex color #DEBCF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEBCF1 is #21430E. Grayscale: #CCCCCC. Windows color (decimal): -2179855 or 15842526. OLE color: 15842526.
HSL color Cylindrical-coordinate representation of color #DEBCF1: hue angle of 278.49º degrees, saturation: 0.65, 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 #DEBCF1 is Cyan = 0.08, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 222 | 188 | 241 | - |
| CMYK | 0.08 | 0.22 | 0 | 0.05 |
| HSL | 278.49º | 0.65% | 0.84% | - |
| HSV(B) | 278.49º | 0.22% | 0.95% | - |
| XYZ | 63.98 | 57.85 | 91.01 | - |
| YUV | 204.21 | 148.76 | 140.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 188 | 241 | 0.08 | 0.22 | 0 | 0.05 | 278.49 | 0.65 | 0.84 |
| Hex | DE | BC | F1 | 8 | 16 | 0 | 5 | 116 | 41 | 54 |
| Octal | 336 | 274 | 361 | 10 | 26 | 0 | 5 | 426 | 101 | 124 |
| Binary | 11011110 | 10111100 | 11110001 | 1000 | 10110 | 0 | 101 | 100010110 | 1000001 | 1010100 |
Color Harmonies of #DEBCF1
Complementary color
Monochromatic Colors of #DEBCF1
Black with #DEBCF1
Text Example
Text Example
White with #DEBCF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBCF1; }
p { color: rgb(222,188,241); }
H1.HeaderClassName
{
color: #DEBCF1;
}
.AnyTagClassName
{
color: #DEBCF1;
}
</style>
background-color css
<style>
a { background-color: #DEBCF1; }
a { background-color: rgb(222,188,241); }
div.DivClassName
{
background-color: #DEBCF1;
}
.BgClassName
{
background-color: #DEBCF1;
}
</style>
border-color css
<style>
span { border-color: #DEBCF1; }
span { border-color: rgb(222,188,241); }
td.TdClassName
{
border-color: #DEBCF1;
}
.TagClassName
{
border-color: #DEBCF1;
}
</style>