Shades of Mauve #DEBAF0
Tints of Mauve #DEBAF0
RGB
CMYK
RGB Variations
Color information
#DEBAF0 (or 0xDEBAF0) is known color: Mauve. HEX triplet: DE, BA and F0. RGB value is (222,186,240). Sum of RGB (Red+Green+Blue) = 222+186+240=648 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.26% from 648); Green value is 186 (73.05% from 255 or 28.70% from 648); Blue value is 240 (94.14% from 255 or 37.04% from 648); Max value from RGB is 240 - color contains mainly: blue. Hex color #DEBAF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEBAF0 is #21450F. Grayscale: #CACACA. Windows color (decimal): -2180368 or 15776478. OLE color: 15776478.
HSL color Cylindrical-coordinate representation of color #DEBAF0: hue angle of 280º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DEBAF0 is Cyan = 0.08, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 222 | 186 | 240 | - |
| CMYK | 0.08 | 0.22 | 0 | 0.06 |
| HSL | 280º | 0.64% | 0.84% | - |
| HSV(B) | 280º | 0.23% | 0.94% | - |
| XYZ | 63.41 | 56.94 | 90.09 | - |
| YUV | 202.92 | 148.93 | 141.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 186 | 240 | 0.08 | 0.22 | 0 | 0.06 | 280 | 0.64 | 0.84 |
| Hex | DE | BA | F0 | 8 | 16 | 0 | 6 | 118 | 40 | 54 |
| Octal | 336 | 272 | 360 | 10 | 26 | 0 | 6 | 430 | 100 | 124 |
| Binary | 11011110 | 10111010 | 11110000 | 1000 | 10110 | 0 | 110 | 100011000 | 1000000 | 1010100 |
Color Harmonies of #DEBAF0
Complementary color
Monochromatic Colors of #DEBAF0
Black with #DEBAF0
Text Example
Text Example
White with #DEBAF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBAF0; }
p { color: rgb(222,186,240); }
H1.HeaderClassName
{
color: #DEBAF0;
}
.AnyTagClassName
{
color: #DEBAF0;
}
</style>
background-color css
<style>
a { background-color: #DEBAF0; }
a { background-color: rgb(222,186,240); }
div.DivClassName
{
background-color: #DEBAF0;
}
.BgClassName
{
background-color: #DEBAF0;
}
</style>
border-color css
<style>
span { border-color: #DEBAF0; }
span { border-color: rgb(222,186,240); }
td.TdClassName
{
border-color: #DEBAF0;
}
.TagClassName
{
border-color: #DEBAF0;
}
</style>