Shades of Mauve #DEBBF5
Tints of Mauve #DEBBF5
RGB
CMYK
RGB Variations
Color information
#DEBBF5 (or 0xDEBBF5) is known color: Mauve. HEX triplet: DE, BB and F5. RGB value is (222,187,245). Sum of RGB (Red+Green+Blue) = 222+187+245=654 (86% of max value = 765). Red value is 222 (87.11% from 255 or 33.94% from 654); Green value is 187 (73.44% from 255 or 28.59% from 654); Blue value is 245 (96.09% from 255 or 37.46% from 654); Max value from RGB is 245 - color contains mainly: blue. Hex color #DEBBF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEBBF5 is #21440A. Grayscale: #CBCBCB. Windows color (decimal): -2180107 or 16104414. OLE color: 16104414.
HSL color Cylindrical-coordinate representation of color #DEBBF5: hue angle of 276.21º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DEBBF5 is Cyan = 0.09, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 222 | 187 | 245 | - |
| CMYK | 0.09 | 0.24 | 0 | 0.04 |
| HSL | 276.21º | 0.74% | 0.85% | - |
| HSV(B) | 276.21º | 0.24% | 0.96% | - |
| XYZ | 64.38 | 57.66 | 94.12 | - |
| YUV | 204.08 | 151.1 | 140.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 187 | 245 | 0.09 | 0.24 | 0 | 0.04 | 276.21 | 0.74 | 0.85 |
| Hex | DE | BB | F5 | 9 | 18 | 0 | 4 | 114 | 4A | 55 |
| Octal | 336 | 273 | 365 | 11 | 30 | 0 | 4 | 424 | 112 | 125 |
| Binary | 11011110 | 10111011 | 11110101 | 1001 | 11000 | 0 | 100 | 100010100 | 1001010 | 1010101 |
Color Harmonies of #DEBBF5
Complementary color
Monochromatic Colors of #DEBBF5
Black with #DEBBF5
Text Example
Text Example
White with #DEBBF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBBF5; }
p { color: rgb(222,187,245); }
H1.HeaderClassName
{
color: #DEBBF5;
}
.AnyTagClassName
{
color: #DEBBF5;
}
</style>
background-color css
<style>
a { background-color: #DEBBF5; }
a { background-color: rgb(222,187,245); }
div.DivClassName
{
background-color: #DEBBF5;
}
.BgClassName
{
background-color: #DEBBF5;
}
</style>
border-color css
<style>
span { border-color: #DEBBF5; }
span { border-color: rgb(222,187,245); }
td.TdClassName
{
border-color: #DEBBF5;
}
.TagClassName
{
border-color: #DEBBF5;
}
</style>