Shades of Mauve #DEBBFB
Tints of Mauve #DEBBFB
RGB
CMYK
RGB Variations
Color information
#DEBBFB (or 0xDEBBFB) is known color: Mauve. HEX triplet: DE, BB and FB. RGB value is (222,187,251). Sum of RGB (Red+Green+Blue) = 222+187+251=660 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.64% from 660); Green value is 187 (73.44% from 255 or 28.33% from 660); Blue value is 251 (98.44% from 255 or 38.03% from 660); Max value from RGB is 251 - color contains mainly: blue. Hex color #DEBBFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEBBFB is #214404. Grayscale: #CCCCCC. Windows color (decimal): -2180101 or 16497630. OLE color: 16497630.
HSL color Cylindrical-coordinate representation of color #DEBBFB: hue angle of 272.81º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DEBBFB is Cyan = 0.12, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 222 | 187 | 251 | - |
| CMYK | 0.12 | 0.25 | 0 | 0.02 |
| HSL | 272.81º | 0.89% | 0.86% | - |
| HSV(B) | 272.81º | 0.25% | 0.98% | - |
| XYZ | 65.31 | 58.04 | 99.03 | - |
| YUV | 204.76 | 154.1 | 140.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 187 | 251 | 0.12 | 0.25 | 0 | 0.02 | 272.81 | 0.89 | 0.86 |
| Hex | DE | BB | FB | C | 19 | 0 | 2 | 111 | 59 | 56 |
| Octal | 336 | 273 | 373 | 14 | 31 | 0 | 2 | 421 | 131 | 126 |
| Binary | 11011110 | 10111011 | 11111011 | 1100 | 11001 | 0 | 10 | 100010001 | 1011001 | 1010110 |
Color Harmonies of #DEBBFB
Complementary color
Monochromatic Colors of #DEBBFB
Black with #DEBBFB
Text Example
Text Example
White with #DEBBFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBBFB; }
p { color: rgb(222,187,251); }
H1.HeaderClassName
{
color: #DEBBFB;
}
.AnyTagClassName
{
color: #DEBBFB;
}
</style>
background-color css
<style>
a { background-color: #DEBBFB; }
a { background-color: rgb(222,187,251); }
div.DivClassName
{
background-color: #DEBBFB;
}
.BgClassName
{
background-color: #DEBBFB;
}
</style>
border-color css
<style>
span { border-color: #DEBBFB; }
span { border-color: rgb(222,187,251); }
td.TdClassName
{
border-color: #DEBBFB;
}
.TagClassName
{
border-color: #DEBBFB;
}
</style>