Shades of Mauve #DEB6F3
Tints of Mauve #DEB6F3
RGB
CMYK
RGB Variations
Color information
#DEB6F3 (or 0xDEB6F3) is known color: Mauve. HEX triplet: DE, B6 and F3. RGB value is (222,182,243). Sum of RGB (Red+Green+Blue) = 222+182+243=647 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.31% from 647); Green value is 182 (71.48% from 255 or 28.13% from 647); Blue value is 243 (95.31% from 255 or 37.56% from 647); Max value from RGB is 243 - color contains mainly: blue. Hex color #DEB6F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEB6F3 is #21490C. Grayscale: #C8C8C8. Windows color (decimal): -2181389 or 15972062. OLE color: 15972062.
HSL color Cylindrical-coordinate representation of color #DEB6F3: hue angle of 279.34º degrees, saturation: 0.72, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DEB6F3 is Cyan = 0.09, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 222 | 182 | 243 | - |
| CMYK | 0.09 | 0.25 | 0 | 0.05 |
| HSL | 279.34º | 0.72% | 0.83% | - |
| HSV(B) | 279.34º | 0.25% | 0.95% | - |
| XYZ | 63.03 | 55.46 | 92.18 | - |
| YUV | 200.91 | 151.75 | 143.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 182 | 243 | 0.09 | 0.25 | 0 | 0.05 | 279.34 | 0.72 | 0.83 |
| Hex | DE | B6 | F3 | 9 | 19 | 0 | 5 | 117 | 48 | 53 |
| Octal | 336 | 266 | 363 | 11 | 31 | 0 | 5 | 427 | 110 | 123 |
| Binary | 11011110 | 10110110 | 11110011 | 1001 | 11001 | 0 | 101 | 100010111 | 1001000 | 1010011 |
Color Harmonies of #DEB6F3
Complementary color
Monochromatic Colors of #DEB6F3
Black with #DEB6F3
Text Example
Text Example
White with #DEB6F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEB6F3; }
p { color: rgb(222,182,243); }
H1.HeaderClassName
{
color: #DEB6F3;
}
.AnyTagClassName
{
color: #DEB6F3;
}
</style>
background-color css
<style>
a { background-color: #DEB6F3; }
a { background-color: rgb(222,182,243); }
div.DivClassName
{
background-color: #DEB6F3;
}
.BgClassName
{
background-color: #DEB6F3;
}
</style>
border-color css
<style>
span { border-color: #DEB6F3; }
span { border-color: rgb(222,182,243); }
td.TdClassName
{
border-color: #DEB6F3;
}
.TagClassName
{
border-color: #DEB6F3;
}
</style>