Shades of Mauve #DEB3FA
Tints of Mauve #DEB3FA
RGB
CMYK
RGB Variations
Color information
#DEB3FA (or 0xDEB3FA) is known color: Mauve. HEX triplet: DE, B3 and FA. RGB value is (222,179,250). Sum of RGB (Red+Green+Blue) = 222+179+250=651 (86% of max value = 765). Red value is 222 (87.11% from 255 or 34.10% from 651); Green value is 179 (70.31% from 255 or 27.50% from 651); Blue value is 250 (98.05% from 255 or 38.40% from 651); Max value from RGB is 250 - color contains mainly: blue. Hex color #DEB3FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEB3FA is #214C05. Grayscale: #C7C7C7. Windows color (decimal): -2182150 or 16430046. OLE color: 16430046.
HSL color Cylindrical-coordinate representation of color #DEB3FA: hue angle of 276.34º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DEB3FA is Cyan = 0.11, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 222 | 179 | 250 | - |
| CMYK | 0.11 | 0.28 | 0 | 0.02 |
| HSL | 276.34º | 0.88% | 0.84% | - |
| HSV(B) | 276.34º | 0.28% | 0.98% | - |
| XYZ | 63.5 | 54.67 | 97.65 | - |
| YUV | 199.95 | 156.25 | 143.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 179 | 250 | 0.11 | 0.28 | 0 | 0.02 | 276.34 | 0.88 | 0.84 |
| Hex | DE | B3 | FA | B | 1C | 0 | 2 | 114 | 58 | 54 |
| Octal | 336 | 263 | 372 | 13 | 34 | 0 | 2 | 424 | 130 | 124 |
| Binary | 11011110 | 10110011 | 11111010 | 1011 | 11100 | 0 | 10 | 100010100 | 1011000 | 1010100 |
Color Harmonies of #DEB3FA
Complementary color
Monochromatic Colors of #DEB3FA
Black with #DEB3FA
Text Example
Text Example
White with #DEB3FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEB3FA; }
p { color: rgb(222,179,250); }
H1.HeaderClassName
{
color: #DEB3FA;
}
.AnyTagClassName
{
color: #DEB3FA;
}
</style>
background-color css
<style>
a { background-color: #DEB3FA; }
a { background-color: rgb(222,179,250); }
div.DivClassName
{
background-color: #DEB3FA;
}
.BgClassName
{
background-color: #DEB3FA;
}
</style>
border-color css
<style>
span { border-color: #DEB3FA; }
span { border-color: rgb(222,179,250); }
td.TdClassName
{
border-color: #DEB3FA;
}
.TagClassName
{
border-color: #DEB3FA;
}
</style>