Shades of Mauve #DEBBF3
Tints of Mauve #DEBBF3
RGB
CMYK
RGB Variations
Color information
#DEBBF3 (or 0xDEBBF3) is known color: Mauve. HEX triplet: DE, BB and F3. RGB value is (222,187,243). Sum of RGB (Red+Green+Blue) = 222+187+243=652 (86% of max value = 765). Red value is 222 (87.11% from 255 or 34.05% from 652); Green value is 187 (73.44% from 255 or 28.68% from 652); Blue value is 243 (95.31% from 255 or 37.27% from 652); Max value from RGB is 243 - color contains mainly: blue. Hex color #DEBBF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEBBF3 is #21440C. Grayscale: #CBCBCB. Windows color (decimal): -2180109 or 15973342. OLE color: 15973342.
HSL color Cylindrical-coordinate representation of color #DEBBF3: hue angle of 277.5º 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 #DEBBF3 is Cyan = 0.09, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 222 | 187 | 243 | - |
| CMYK | 0.09 | 0.23 | 0 | 0.05 |
| HSL | 277.5º | 0.7% | 0.84% | - |
| HSV(B) | 277.5º | 0.23% | 0.95% | - |
| XYZ | 64.07 | 57.54 | 92.52 | - |
| YUV | 203.85 | 150.1 | 140.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 187 | 243 | 0.09 | 0.23 | 0 | 0.05 | 277.5 | 0.7 | 0.84 |
| Hex | DE | BB | F3 | 9 | 17 | 0 | 5 | 116 | 46 | 54 |
| Octal | 336 | 273 | 363 | 11 | 27 | 0 | 5 | 426 | 106 | 124 |
| Binary | 11011110 | 10111011 | 11110011 | 1001 | 10111 | 0 | 101 | 100010110 | 1000110 | 1010100 |
Color Harmonies of #DEBBF3
Complementary color
Monochromatic Colors of #DEBBF3
Black with #DEBBF3
Text Example
Text Example
White with #DEBBF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBBF3; }
p { color: rgb(222,187,243); }
H1.HeaderClassName
{
color: #DEBBF3;
}
.AnyTagClassName
{
color: #DEBBF3;
}
</style>
background-color css
<style>
a { background-color: #DEBBF3; }
a { background-color: rgb(222,187,243); }
div.DivClassName
{
background-color: #DEBBF3;
}
.BgClassName
{
background-color: #DEBBF3;
}
</style>
border-color css
<style>
span { border-color: #DEBBF3; }
span { border-color: rgb(222,187,243); }
td.TdClassName
{
border-color: #DEBBF3;
}
.TagClassName
{
border-color: #DEBBF3;
}
</style>