Shades of Mauve #DEBBFC
Tints of Mauve #DEBBFC
RGB
CMYK
RGB Variations
Color information
#DEBBFC (or 0xDEBBFC) is known color: Mauve. HEX triplet: DE, BB and FC. RGB value is (222,187,252). Sum of RGB (Red+Green+Blue) = 222+187+252=661 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.59% from 661); Green value is 187 (73.44% from 255 or 28.29% from 661); Blue value is 252 (98.83% from 255 or 38.12% from 661); Max value from RGB is 252 - color contains mainly: blue. Hex color #DEBBFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEBBFC is #214403. Grayscale: #CCCCCC. Windows color (decimal): -2180100 or 16563166. OLE color: 16563166.
HSL color Cylindrical-coordinate representation of color #DEBBFC: hue angle of 272.31º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DEBBFC is Cyan = 0.12, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 222 | 187 | 252 | - |
| CMYK | 0.12 | 0.26 | 0 | 0.01 |
| HSL | 272.31º | 0.92% | 0.86% | - |
| HSV(B) | 272.31º | 0.26% | 0.99% | - |
| XYZ | 65.47 | 58.1 | 99.86 | - |
| YUV | 204.88 | 154.6 | 140.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 187 | 252 | 0.12 | 0.26 | 0 | 0.01 | 272.31 | 0.92 | 0.86 |
| Hex | DE | BB | FC | C | 1A | 0 | 1 | 110 | 5C | 56 |
| Octal | 336 | 273 | 374 | 14 | 32 | 0 | 1 | 420 | 134 | 126 |
| Binary | 11011110 | 10111011 | 11111100 | 1100 | 11010 | 0 | 1 | 100010000 | 1011100 | 1010110 |
Color Harmonies of #DEBBFC
Complementary color
Monochromatic Colors of #DEBBFC
Black with #DEBBFC
Text Example
Text Example
White with #DEBBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBBFC; }
p { color: rgb(222,187,252); }
H1.HeaderClassName
{
color: #DEBBFC;
}
.AnyTagClassName
{
color: #DEBBFC;
}
</style>
background-color css
<style>
a { background-color: #DEBBFC; }
a { background-color: rgb(222,187,252); }
div.DivClassName
{
background-color: #DEBBFC;
}
.BgClassName
{
background-color: #DEBBFC;
}
</style>
border-color css
<style>
span { border-color: #DEBBFC; }
span { border-color: rgb(222,187,252); }
td.TdClassName
{
border-color: #DEBBFC;
}
.TagClassName
{
border-color: #DEBBFC;
}
</style>