Shades of Mauve #DEB6FA
Tints of Mauve #DEB6FA
RGB
CMYK
RGB Variations
Color information
#DEB6FA (or 0xDEB6FA) is known color: Mauve. HEX triplet: DE, B6 and FA. RGB value is (222,182,250). Sum of RGB (Red+Green+Blue) = 222+182+250=654 (86% of max value = 765). Red value is 222 (87.11% from 255 or 33.94% from 654); Green value is 182 (71.48% from 255 or 27.83% from 654); Blue value is 250 (98.05% from 255 or 38.23% from 654); Max value from RGB is 250 - color contains mainly: blue. Hex color #DEB6FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEB6FA is #214905. Grayscale: #C9C9C9. Windows color (decimal): -2181382 or 16430814. OLE color: 16430814.
HSL color Cylindrical-coordinate representation of color #DEB6FA: hue angle of 275.29º degrees, saturation: 0.87, 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 #DEB6FA is Cyan = 0.11, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 222 | 182 | 250 | - |
| CMYK | 0.11 | 0.27 | 0 | 0.02 |
| HSL | 275.29º | 0.87% | 0.85% | - |
| HSV(B) | 275.29º | 0.27% | 0.98% | - |
| XYZ | 64.11 | 55.89 | 97.85 | - |
| YUV | 201.71 | 155.25 | 142.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 182 | 250 | 0.11 | 0.27 | 0 | 0.02 | 275.29 | 0.87 | 0.85 |
| Hex | DE | B6 | FA | B | 1B | 0 | 2 | 113 | 57 | 55 |
| Octal | 336 | 266 | 372 | 13 | 33 | 0 | 2 | 423 | 127 | 125 |
| Binary | 11011110 | 10110110 | 11111010 | 1011 | 11011 | 0 | 10 | 100010011 | 1010111 | 1010101 |
Color Harmonies of #DEB6FA
Complementary color
Monochromatic Colors of #DEB6FA
Black with #DEB6FA
Text Example
Text Example
White with #DEB6FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEB6FA; }
p { color: rgb(222,182,250); }
H1.HeaderClassName
{
color: #DEB6FA;
}
.AnyTagClassName
{
color: #DEB6FA;
}
</style>
background-color css
<style>
a { background-color: #DEB6FA; }
a { background-color: rgb(222,182,250); }
div.DivClassName
{
background-color: #DEB6FA;
}
.BgClassName
{
background-color: #DEB6FA;
}
</style>
border-color css
<style>
span { border-color: #DEB6FA; }
span { border-color: rgb(222,182,250); }
td.TdClassName
{
border-color: #DEB6FA;
}
.TagClassName
{
border-color: #DEB6FA;
}
</style>