Shades of Mauve #DEBAF4
Tints of Mauve #DEBAF4
RGB
CMYK
RGB Variations
Color information
#DEBAF4 (or 0xDEBAF4) is known color: Mauve. HEX triplet: DE, BA and F4. RGB value is (222,186,244). Sum of RGB (Red+Green+Blue) = 222+186+244=652 (86% of max value = 765). Red value is 222 (87.11% from 255 or 34.05% from 652); Green value is 186 (73.05% from 255 or 28.53% from 652); Blue value is 244 (95.70% from 255 or 37.42% from 652); Max value from RGB is 244 - color contains mainly: blue. Hex color #DEBAF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEBAF4 is #21450B. Grayscale: #CBCBCB. Windows color (decimal): -2180364 or 16038622. OLE color: 16038622.
HSL color Cylindrical-coordinate representation of color #DEBAF4: hue angle of 277.24º degrees, saturation: 0.73, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DEBAF4 is Cyan = 0.09, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 222 | 186 | 244 | - |
| CMYK | 0.09 | 0.24 | 0 | 0.04 |
| HSL | 277.24º | 0.73% | 0.84% | - |
| HSV(B) | 277.24º | 0.24% | 0.96% | - |
| XYZ | 64.01 | 57.18 | 93.25 | - |
| YUV | 203.38 | 150.93 | 141.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 186 | 244 | 0.09 | 0.24 | 0 | 0.04 | 277.24 | 0.73 | 0.84 |
| Hex | DE | BA | F4 | 9 | 18 | 0 | 4 | 115 | 48 | 54 |
| Octal | 336 | 272 | 364 | 11 | 30 | 0 | 4 | 425 | 110 | 124 |
| Binary | 11011110 | 10111010 | 11110100 | 1001 | 11000 | 0 | 100 | 100010101 | 1001000 | 1010100 |
Color Harmonies of #DEBAF4
Complementary color
Monochromatic Colors of #DEBAF4
Black with #DEBAF4
Text Example
Text Example
White with #DEBAF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBAF4; }
p { color: rgb(222,186,244); }
H1.HeaderClassName
{
color: #DEBAF4;
}
.AnyTagClassName
{
color: #DEBAF4;
}
</style>
background-color css
<style>
a { background-color: #DEBAF4; }
a { background-color: rgb(222,186,244); }
div.DivClassName
{
background-color: #DEBAF4;
}
.BgClassName
{
background-color: #DEBAF4;
}
</style>
border-color css
<style>
span { border-color: #DEBAF4; }
span { border-color: rgb(222,186,244); }
td.TdClassName
{
border-color: #DEBAF4;
}
.TagClassName
{
border-color: #DEBAF4;
}
</style>