Shades of Mauve #DEB4FA
Tints of Mauve #DEB4FA
RGB
CMYK
RGB Variations
Color information
#DEB4FA (or 0xDEB4FA) is known color: Mauve. HEX triplet: DE, B4 and FA. RGB value is (222,180,250). Sum of RGB (Red+Green+Blue) = 222+180+250=652 (86% of max value = 765). Red value is 222 (87.11% from 255 or 34.05% from 652); Green value is 180 (70.70% from 255 or 27.61% from 652); Blue value is 250 (98.05% from 255 or 38.34% from 652); Max value from RGB is 250 - color contains mainly: blue. Hex color #DEB4FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEB4FA is #214B05. Grayscale: #C8C8C8. Windows color (decimal): -2181894 or 16430302. OLE color: 16430302.
HSL color Cylindrical-coordinate representation of color #DEB4FA: hue angle of 276º 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 #DEB4FA is Cyan = 0.11, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 222 | 180 | 250 | - |
| CMYK | 0.11 | 0.28 | 0 | 0.02 |
| HSL | 276º | 0.88% | 0.84% | - |
| HSV(B) | 276º | 0.28% | 0.98% | - |
| XYZ | 63.7 | 55.07 | 97.72 | - |
| YUV | 200.54 | 155.91 | 143.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 180 | 250 | 0.11 | 0.28 | 0 | 0.02 | 276 | 0.88 | 0.84 |
| Hex | DE | B4 | FA | B | 1C | 0 | 2 | 114 | 58 | 54 |
| Octal | 336 | 264 | 372 | 13 | 34 | 0 | 2 | 424 | 130 | 124 |
| Binary | 11011110 | 10110100 | 11111010 | 1011 | 11100 | 0 | 10 | 100010100 | 1011000 | 1010100 |
Color Harmonies of #DEB4FA
Complementary color
Monochromatic Colors of #DEB4FA
Black with #DEB4FA
Text Example
Text Example
White with #DEB4FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEB4FA; }
p { color: rgb(222,180,250); }
H1.HeaderClassName
{
color: #DEB4FA;
}
.AnyTagClassName
{
color: #DEB4FA;
}
</style>
background-color css
<style>
a { background-color: #DEB4FA; }
a { background-color: rgb(222,180,250); }
div.DivClassName
{
background-color: #DEB4FA;
}
.BgClassName
{
background-color: #DEB4FA;
}
</style>
border-color css
<style>
span { border-color: #DEB4FA; }
span { border-color: rgb(222,180,250); }
td.TdClassName
{
border-color: #DEB4FA;
}
.TagClassName
{
border-color: #DEB4FA;
}
</style>