Shades of Mauve #DEB9EB
Tints of Mauve #DEB9EB
RGB
CMYK
RGB Variations
Color information
#DEB9EB (or 0xDEB9EB) is known color: Mauve. HEX triplet: DE, B9 and EB. RGB value is (222,185,235). Sum of RGB (Red+Green+Blue) = 222+185+235=642 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.58% from 642); Green value is 185 (72.66% from 255 or 28.82% from 642); Blue value is 235 (92.19% from 255 or 36.60% from 642); Max value from RGB is 235 - color contains mainly: blue. Hex color #DEB9EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEB9EB is #214614. Grayscale: #C9C9C9. Windows color (decimal): -2180629 or 15448542. OLE color: 15448542.
HSL color Cylindrical-coordinate representation of color #DEB9EB: hue angle of 284.4º degrees, saturation: 0.56, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DEB9EB is Cyan = 0.06, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 222 | 185 | 235 | - |
| CMYK | 0.06 | 0.21 | 0 | 0.08 |
| HSL | 284.4º | 0.56% | 0.82% | - |
| HSV(B) | 284.4º | 0.21% | 0.92% | - |
| XYZ | 62.47 | 56.23 | 86.16 | - |
| YUV | 201.76 | 146.76 | 142.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 185 | 235 | 0.06 | 0.21 | 0 | 0.08 | 284.4 | 0.56 | 0.82 |
| Hex | DE | B9 | EB | 6 | 15 | 0 | 8 | 11C | 38 | 52 |
| Octal | 336 | 271 | 353 | 6 | 25 | 0 | 10 | 434 | 70 | 122 |
| Binary | 11011110 | 10111001 | 11101011 | 110 | 10101 | 0 | 1000 | 100011100 | 111000 | 1010010 |
Color Harmonies of #DEB9EB
Complementary color
Monochromatic Colors of #DEB9EB
Black with #DEB9EB
Text Example
Text Example
White with #DEB9EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEB9EB; }
p { color: rgb(222,185,235); }
H1.HeaderClassName
{
color: #DEB9EB;
}
.AnyTagClassName
{
color: #DEB9EB;
}
</style>
background-color css
<style>
a { background-color: #DEB9EB; }
a { background-color: rgb(222,185,235); }
div.DivClassName
{
background-color: #DEB9EB;
}
.BgClassName
{
background-color: #DEB9EB;
}
</style>
border-color css
<style>
span { border-color: #DEB9EB; }
span { border-color: rgb(222,185,235); }
td.TdClassName
{
border-color: #DEB9EB;
}
.TagClassName
{
border-color: #DEB9EB;
}
</style>