Shades of Mauve #DEB6FE
Tints of Mauve #DEB6FE
RGB
CMYK
RGB Variations
Color information
#DEB6FE (or 0xDEB6FE) is known color: Mauve. HEX triplet: DE, B6 and FE. RGB value is (222,182,254). Sum of RGB (Red+Green+Blue) = 222+182+254=658 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.74% from 658); Green value is 182 (71.48% from 255 or 27.66% from 658); Blue value is 254 (99.61% from 255 or 38.60% from 658); Max value from RGB is 254 - color contains mainly: blue. Hex color #DEB6FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEB6FE is #214901. Grayscale: #C9C9C9. Windows color (decimal): -2181378 or 16692958. OLE color: 16692958.
HSL color Cylindrical-coordinate representation of color #DEB6FE: hue angle of 273.33º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DEB6FE is Cyan = 0.13, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 222 | 182 | 254 | - |
| CMYK | 0.13 | 0.28 | 0 | 0.00 |
| HSL | 273.33º | 0.97% | 0.85% | - |
| HSV(B) | 273.33º | 0.28% | 1% | - |
| XYZ | 64.74 | 56.14 | 101.19 | - |
| YUV | 202.17 | 157.25 | 142.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 182 | 254 | 0.13 | 0.28 | 0 | 0.00 | 273.33 | 0.97 | 0.85 |
| Hex | DE | B6 | FE | D | 1C | 0 | 0 | 111 | 61 | 55 |
| Octal | 336 | 266 | 376 | 15 | 34 | 0 | 0 | 421 | 141 | 125 |
| Binary | 11011110 | 10110110 | 11111110 | 1101 | 11100 | 0 | 0 | 100010001 | 1100001 | 1010101 |
Color Harmonies of #DEB6FE
Complementary color
Monochromatic Colors of #DEB6FE
Black with #DEB6FE
Text Example
Text Example
White with #DEB6FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEB6FE; }
p { color: rgb(222,182,254); }
H1.HeaderClassName
{
color: #DEB6FE;
}
.AnyTagClassName
{
color: #DEB6FE;
}
</style>
background-color css
<style>
a { background-color: #DEB6FE; }
a { background-color: rgb(222,182,254); }
div.DivClassName
{
background-color: #DEB6FE;
}
.BgClassName
{
background-color: #DEB6FE;
}
</style>
border-color css
<style>
span { border-color: #DEB6FE; }
span { border-color: rgb(222,182,254); }
td.TdClassName
{
border-color: #DEB6FE;
}
.TagClassName
{
border-color: #DEB6FE;
}
</style>