Shades of Mauve #DEBAFE
Tints of Mauve #DEBAFE
RGB
CMYK
RGB Variations
Color information
#DEBAFE (or 0xDEBAFE) is known color: Mauve. HEX triplet: DE, BA and FE. RGB value is (222,186,254). Sum of RGB (Red+Green+Blue) = 222+186+254=662 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.53% from 662); Green value is 186 (73.05% from 255 or 28.10% from 662); Blue value is 254 (99.61% from 255 or 38.37% from 662); Max value from RGB is 254 - color contains mainly: blue. Hex color #DEBAFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEBAFE is #214501. Grayscale: #CCCCCC. Windows color (decimal): -2180354 or 16693982. OLE color: 16693982.
HSL color Cylindrical-coordinate representation of color #DEBAFE: hue angle of 271.76º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DEBAFE is Cyan = 0.13, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 222 | 186 | 254 | - |
| CMYK | 0.13 | 0.27 | 0 | 0.00 |
| HSL | 271.76º | 0.97% | 0.86% | - |
| HSV(B) | 271.76º | 0.27% | 1% | - |
| XYZ | 65.57 | 57.8 | 101.47 | - |
| YUV | 204.52 | 155.93 | 140.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 186 | 254 | 0.13 | 0.27 | 0 | 0.00 | 271.76 | 0.97 | 0.86 |
| Hex | DE | BA | FE | D | 1B | 0 | 0 | 110 | 61 | 56 |
| Octal | 336 | 272 | 376 | 15 | 33 | 0 | 0 | 420 | 141 | 126 |
| Binary | 11011110 | 10111010 | 11111110 | 1101 | 11011 | 0 | 0 | 100010000 | 1100001 | 1010110 |
Color Harmonies of #DEBAFE
Complementary color
Monochromatic Colors of #DEBAFE
Black with #DEBAFE
Text Example
Text Example
White with #DEBAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBAFE; }
p { color: rgb(222,186,254); }
H1.HeaderClassName
{
color: #DEBAFE;
}
.AnyTagClassName
{
color: #DEBAFE;
}
</style>
background-color css
<style>
a { background-color: #DEBAFE; }
a { background-color: rgb(222,186,254); }
div.DivClassName
{
background-color: #DEBAFE;
}
.BgClassName
{
background-color: #DEBAFE;
}
</style>
border-color css
<style>
span { border-color: #DEBAFE; }
span { border-color: rgb(222,186,254); }
td.TdClassName
{
border-color: #DEBAFE;
}
.TagClassName
{
border-color: #DEBAFE;
}
</style>