Shades of Mauve #DEBCF5
Tints of Mauve #DEBCF5
RGB
CMYK
RGB Variations
Color information
#DEBCF5 (or 0xDEBCF5) is known color: Mauve. HEX triplet: DE, BC and F5. RGB value is (222,188,245). Sum of RGB (Red+Green+Blue) = 222+188+245=655 (86% of max value = 765). Red value is 222 (87.11% from 255 or 33.89% from 655); Green value is 188 (73.83% from 255 or 28.70% from 655); Blue value is 245 (96.09% from 255 or 37.40% from 655); Max value from RGB is 245 - color contains mainly: blue. Hex color #DEBCF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEBCF5 is #21430A. Grayscale: #CCCCCC. Windows color (decimal): -2179851 or 16104670. OLE color: 16104670.
HSL color Cylindrical-coordinate representation of color #DEBCF5: hue angle of 275.79º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DEBCF5 is Cyan = 0.09, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 222 | 188 | 245 | - |
| CMYK | 0.09 | 0.23 | 0 | 0.04 |
| HSL | 275.79º | 0.74% | 0.85% | - |
| HSV(B) | 275.79º | 0.23% | 0.96% | - |
| XYZ | 64.59 | 58.09 | 94.19 | - |
| YUV | 204.66 | 150.76 | 140.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 188 | 245 | 0.09 | 0.23 | 0 | 0.04 | 275.79 | 0.74 | 0.85 |
| Hex | DE | BC | F5 | 9 | 17 | 0 | 4 | 114 | 4A | 55 |
| Octal | 336 | 274 | 365 | 11 | 27 | 0 | 4 | 424 | 112 | 125 |
| Binary | 11011110 | 10111100 | 11110101 | 1001 | 10111 | 0 | 100 | 100010100 | 1001010 | 1010101 |
Color Harmonies of #DEBCF5
Complementary color
Monochromatic Colors of #DEBCF5
Black with #DEBCF5
Text Example
Text Example
White with #DEBCF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBCF5; }
p { color: rgb(222,188,245); }
H1.HeaderClassName
{
color: #DEBCF5;
}
.AnyTagClassName
{
color: #DEBCF5;
}
</style>
background-color css
<style>
a { background-color: #DEBCF5; }
a { background-color: rgb(222,188,245); }
div.DivClassName
{
background-color: #DEBCF5;
}
.BgClassName
{
background-color: #DEBCF5;
}
</style>
border-color css
<style>
span { border-color: #DEBCF5; }
span { border-color: rgb(222,188,245); }
td.TdClassName
{
border-color: #DEBCF5;
}
.TagClassName
{
border-color: #DEBCF5;
}
</style>