Shades of Mauve #DEBCF3
Tints of Mauve #DEBCF3
RGB
CMYK
RGB Variations
Color information
#DEBCF3 (or 0xDEBCF3) is known color: Mauve. HEX triplet: DE, BC and F3. RGB value is (222,188,243). Sum of RGB (Red+Green+Blue) = 222+188+243=653 (86% of max value = 765). Red value is 222 (87.11% from 255 or 34.00% from 653); Green value is 188 (73.83% from 255 or 28.79% from 653); Blue value is 243 (95.31% from 255 or 37.21% from 653); Max value from RGB is 243 - color contains mainly: blue. Hex color #DEBCF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEBCF3 is #21430C. Grayscale: #CCCCCC. Windows color (decimal): -2179853 or 15973598. OLE color: 15973598.
HSL color Cylindrical-coordinate representation of color #DEBCF3: hue angle of 277.09º degrees, saturation: 0.7, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DEBCF3 is Cyan = 0.09, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 222 | 188 | 243 | - |
| CMYK | 0.09 | 0.23 | 0 | 0.05 |
| HSL | 277.09º | 0.7% | 0.85% | - |
| HSV(B) | 277.09º | 0.23% | 0.95% | - |
| XYZ | 64.29 | 57.97 | 92.59 | - |
| YUV | 204.44 | 149.76 | 140.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 188 | 243 | 0.09 | 0.23 | 0 | 0.05 | 277.09 | 0.7 | 0.85 |
| Hex | DE | BC | F3 | 9 | 17 | 0 | 5 | 115 | 46 | 55 |
| Octal | 336 | 274 | 363 | 11 | 27 | 0 | 5 | 425 | 106 | 125 |
| Binary | 11011110 | 10111100 | 11110011 | 1001 | 10111 | 0 | 101 | 100010101 | 1000110 | 1010101 |
Color Harmonies of #DEBCF3
Complementary color
Monochromatic Colors of #DEBCF3
Black with #DEBCF3
Text Example
Text Example
White with #DEBCF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBCF3; }
p { color: rgb(222,188,243); }
H1.HeaderClassName
{
color: #DEBCF3;
}
.AnyTagClassName
{
color: #DEBCF3;
}
</style>
background-color css
<style>
a { background-color: #DEBCF3; }
a { background-color: rgb(222,188,243); }
div.DivClassName
{
background-color: #DEBCF3;
}
.BgClassName
{
background-color: #DEBCF3;
}
</style>
border-color css
<style>
span { border-color: #DEBCF3; }
span { border-color: rgb(222,188,243); }
td.TdClassName
{
border-color: #DEBCF3;
}
.TagClassName
{
border-color: #DEBCF3;
}
</style>