Shades of Mauve #DEB3FB
Tints of Mauve #DEB3FB
RGB
CMYK
RGB Variations
Color information
#DEB3FB (or 0xDEB3FB) is known color: Mauve. HEX triplet: DE, B3 and FB. RGB value is (222,179,251). Sum of RGB (Red+Green+Blue) = 222+179+251=652 (86% of max value = 765). Red value is 222 (87.11% from 255 or 34.05% from 652); Green value is 179 (70.31% from 255 or 27.45% from 652); Blue value is 251 (98.44% from 255 or 38.50% from 652); Max value from RGB is 251 - color contains mainly: blue. Hex color #DEB3FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEB3FB is #214C04. Grayscale: #C7C7C7. Windows color (decimal): -2182149 or 16495582. OLE color: 16495582.
HSL color Cylindrical-coordinate representation of color #DEB3FB: hue angle of 275.83º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DEB3FB is Cyan = 0.12, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 222 | 179 | 251 | - |
| CMYK | 0.12 | 0.29 | 0 | 0.02 |
| HSL | 275.83º | 0.9% | 0.84% | - |
| HSV(B) | 275.83º | 0.29% | 0.98% | - |
| XYZ | 63.66 | 54.73 | 98.48 | - |
| YUV | 200.07 | 156.75 | 143.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 179 | 251 | 0.12 | 0.29 | 0 | 0.02 | 275.83 | 0.9 | 0.84 |
| Hex | DE | B3 | FB | C | 1D | 0 | 2 | 114 | 5A | 54 |
| Octal | 336 | 263 | 373 | 14 | 35 | 0 | 2 | 424 | 132 | 124 |
| Binary | 11011110 | 10110011 | 11111011 | 1100 | 11101 | 0 | 10 | 100010100 | 1011010 | 1010100 |
Color Harmonies of #DEB3FB
Complementary color
Monochromatic Colors of #DEB3FB
Black with #DEB3FB
Text Example
Text Example
White with #DEB3FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEB3FB; }
p { color: rgb(222,179,251); }
H1.HeaderClassName
{
color: #DEB3FB;
}
.AnyTagClassName
{
color: #DEB3FB;
}
</style>
background-color css
<style>
a { background-color: #DEB3FB; }
a { background-color: rgb(222,179,251); }
div.DivClassName
{
background-color: #DEB3FB;
}
.BgClassName
{
background-color: #DEB3FB;
}
</style>
border-color css
<style>
span { border-color: #DEB3FB; }
span { border-color: rgb(222,179,251); }
td.TdClassName
{
border-color: #DEB3FB;
}
.TagClassName
{
border-color: #DEB3FB;
}
</style>