Shades of Mauve #DEBAF3
Tints of Mauve #DEBAF3
RGB
CMYK
RGB Variations
Color information
#DEBAF3 (or 0xDEBAF3) is known color: Mauve. HEX triplet: DE, BA and F3. RGB value is (222,186,243). Sum of RGB (Red+Green+Blue) = 222+186+243=651 (86% of max value = 765). Red value is 222 (87.11% from 255 or 34.10% from 651); Green value is 186 (73.05% from 255 or 28.57% from 651); Blue value is 243 (95.31% from 255 or 37.33% from 651); Max value from RGB is 243 - color contains mainly: blue. Hex color #DEBAF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEBAF3 is #21450C. Grayscale: #CBCBCB. Windows color (decimal): -2180365 or 15973086. OLE color: 15973086.
HSL color Cylindrical-coordinate representation of color #DEBAF3: hue angle of 277.89º degrees, saturation: 0.7, 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 #DEBAF3 is Cyan = 0.09, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 222 | 186 | 243 | - |
| CMYK | 0.09 | 0.23 | 0 | 0.05 |
| HSL | 277.89º | 0.7% | 0.84% | - |
| HSV(B) | 277.89º | 0.23% | 0.95% | - |
| XYZ | 63.86 | 57.12 | 92.45 | - |
| YUV | 203.26 | 150.43 | 141.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 186 | 243 | 0.09 | 0.23 | 0 | 0.05 | 277.89 | 0.7 | 0.84 |
| Hex | DE | BA | F3 | 9 | 17 | 0 | 5 | 116 | 46 | 54 |
| Octal | 336 | 272 | 363 | 11 | 27 | 0 | 5 | 426 | 106 | 124 |
| Binary | 11011110 | 10111010 | 11110011 | 1001 | 10111 | 0 | 101 | 100010110 | 1000110 | 1010100 |
Color Harmonies of #DEBAF3
Complementary color
Monochromatic Colors of #DEBAF3
Black with #DEBAF3
Text Example
Text Example
White with #DEBAF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBAF3; }
p { color: rgb(222,186,243); }
H1.HeaderClassName
{
color: #DEBAF3;
}
.AnyTagClassName
{
color: #DEBAF3;
}
</style>
background-color css
<style>
a { background-color: #DEBAF3; }
a { background-color: rgb(222,186,243); }
div.DivClassName
{
background-color: #DEBAF3;
}
.BgClassName
{
background-color: #DEBAF3;
}
</style>
border-color css
<style>
span { border-color: #DEBAF3; }
span { border-color: rgb(222,186,243); }
td.TdClassName
{
border-color: #DEBAF3;
}
.TagClassName
{
border-color: #DEBAF3;
}
</style>