Shades of Mauve #DEB7FB
Tints of Mauve #DEB7FB
RGB
CMYK
RGB Variations
Color information
#DEB7FB (or 0xDEB7FB) is known color: Mauve. HEX triplet: DE, B7 and FB. RGB value is (222,183,251). Sum of RGB (Red+Green+Blue) = 222+183+251=656 (86% of max value = 765). Red value is 222 (87.11% from 255 or 33.84% from 656); Green value is 183 (71.88% from 255 or 27.90% from 656); Blue value is 251 (98.44% from 255 or 38.26% from 656); Max value from RGB is 251 - color contains mainly: blue. Hex color #DEB7FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEB7FB is #214804. Grayscale: #CACACA. Windows color (decimal): -2181125 or 16496606. OLE color: 16496606.
HSL color Cylindrical-coordinate representation of color #DEB7FB: hue angle of 274.41º degrees, saturation: 0.89, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DEB7FB is Cyan = 0.12, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 222 | 183 | 251 | - |
| CMYK | 0.12 | 0.27 | 0 | 0.02 |
| HSL | 274.41º | 0.89% | 0.85% | - |
| HSV(B) | 274.41º | 0.27% | 0.98% | - |
| XYZ | 64.47 | 56.36 | 98.75 | - |
| YUV | 202.41 | 155.42 | 141.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 183 | 251 | 0.12 | 0.27 | 0 | 0.02 | 274.41 | 0.89 | 0.85 |
| Hex | DE | B7 | FB | C | 1B | 0 | 2 | 112 | 59 | 55 |
| Octal | 336 | 267 | 373 | 14 | 33 | 0 | 2 | 422 | 131 | 125 |
| Binary | 11011110 | 10110111 | 11111011 | 1100 | 11011 | 0 | 10 | 100010010 | 1011001 | 1010101 |
Color Harmonies of #DEB7FB
Complementary color
Monochromatic Colors of #DEB7FB
Black with #DEB7FB
Text Example
Text Example
White with #DEB7FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEB7FB; }
p { color: rgb(222,183,251); }
H1.HeaderClassName
{
color: #DEB7FB;
}
.AnyTagClassName
{
color: #DEB7FB;
}
</style>
background-color css
<style>
a { background-color: #DEB7FB; }
a { background-color: rgb(222,183,251); }
div.DivClassName
{
background-color: #DEB7FB;
}
.BgClassName
{
background-color: #DEB7FB;
}
</style>
border-color css
<style>
span { border-color: #DEB7FB; }
span { border-color: rgb(222,183,251); }
td.TdClassName
{
border-color: #DEB7FB;
}
.TagClassName
{
border-color: #DEB7FB;
}
</style>