Shades of Mauve #DEBAF1
Tints of Mauve #DEBAF1
RGB
CMYK
RGB Variations
Color information
#DEBAF1 (or 0xDEBAF1) is known color: Mauve. HEX triplet: DE, BA and F1. RGB value is (222,186,241). Sum of RGB (Red+Green+Blue) = 222+186+241=649 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.21% from 649); Green value is 186 (73.05% from 255 or 28.66% from 649); Blue value is 241 (94.53% from 255 or 37.13% from 649); Max value from RGB is 241 - color contains mainly: blue. Hex color #DEBAF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEBAF1 is #21450E. Grayscale: #CACACA. Windows color (decimal): -2180367 or 15842014. OLE color: 15842014.
HSL color Cylindrical-coordinate representation of color #DEBAF1: hue angle of 279.27º degrees, saturation: 0.66, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DEBAF1 is Cyan = 0.08, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 222 | 186 | 241 | - |
| CMYK | 0.08 | 0.23 | 0 | 0.05 |
| HSL | 279.27º | 0.66% | 0.84% | - |
| HSV(B) | 279.27º | 0.23% | 0.95% | - |
| XYZ | 63.56 | 57 | 90.87 | - |
| YUV | 203.03 | 149.43 | 141.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 186 | 241 | 0.08 | 0.23 | 0 | 0.05 | 279.27 | 0.66 | 0.84 |
| Hex | DE | BA | F1 | 8 | 17 | 0 | 5 | 117 | 42 | 54 |
| Octal | 336 | 272 | 361 | 10 | 27 | 0 | 5 | 427 | 102 | 124 |
| Binary | 11011110 | 10111010 | 11110001 | 1000 | 10111 | 0 | 101 | 100010111 | 1000010 | 1010100 |
Color Harmonies of #DEBAF1
Complementary color
Monochromatic Colors of #DEBAF1
Black with #DEBAF1
Text Example
Text Example
White with #DEBAF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBAF1; }
p { color: rgb(222,186,241); }
H1.HeaderClassName
{
color: #DEBAF1;
}
.AnyTagClassName
{
color: #DEBAF1;
}
</style>
background-color css
<style>
a { background-color: #DEBAF1; }
a { background-color: rgb(222,186,241); }
div.DivClassName
{
background-color: #DEBAF1;
}
.BgClassName
{
background-color: #DEBAF1;
}
</style>
border-color css
<style>
span { border-color: #DEBAF1; }
span { border-color: rgb(222,186,241); }
td.TdClassName
{
border-color: #DEBAF1;
}
.TagClassName
{
border-color: #DEBAF1;
}
</style>