Shades of Mauve #DEB8EE
Tints of Mauve #DEB8EE
RGB
CMYK
RGB Variations
Color information
#DEB8EE (or 0xDEB8EE) is known color: Mauve. HEX triplet: DE, B8 and EE. RGB value is (222,184,238). Sum of RGB (Red+Green+Blue) = 222+184+238=644 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.47% from 644); Green value is 184 (72.27% from 255 or 28.57% from 644); Blue value is 238 (93.36% from 255 or 36.96% from 644); Max value from RGB is 238 - color contains mainly: blue. Hex color #DEB8EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEB8EE is #214711. Grayscale: #C9C9C9. Windows color (decimal): -2180882 or 15644894. OLE color: 15644894.
HSL color Cylindrical-coordinate representation of color #DEB8EE: hue angle of 282.22º degrees, saturation: 0.61, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DEB8EE is Cyan = 0.07, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 222 | 184 | 238 | - |
| CMYK | 0.07 | 0.23 | 0 | 0.07 |
| HSL | 282.22º | 0.61% | 0.83% | - |
| HSV(B) | 282.22º | 0.23% | 0.93% | - |
| XYZ | 62.7 | 55.98 | 88.39 | - |
| YUV | 201.52 | 148.59 | 142.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 184 | 238 | 0.07 | 0.23 | 0 | 0.07 | 282.22 | 0.61 | 0.83 |
| Hex | DE | B8 | EE | 7 | 17 | 0 | 7 | 11A | 3D | 53 |
| Octal | 336 | 270 | 356 | 7 | 27 | 0 | 7 | 432 | 75 | 123 |
| Binary | 11011110 | 10111000 | 11101110 | 111 | 10111 | 0 | 111 | 100011010 | 111101 | 1010011 |
Color Harmonies of #DEB8EE
Complementary color
Monochromatic Colors of #DEB8EE
Black with #DEB8EE
Text Example
Text Example
White with #DEB8EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEB8EE; }
p { color: rgb(222,184,238); }
H1.HeaderClassName
{
color: #DEB8EE;
}
.AnyTagClassName
{
color: #DEB8EE;
}
</style>
background-color css
<style>
a { background-color: #DEB8EE; }
a { background-color: rgb(222,184,238); }
div.DivClassName
{
background-color: #DEB8EE;
}
.BgClassName
{
background-color: #DEB8EE;
}
</style>
border-color css
<style>
span { border-color: #DEB8EE; }
span { border-color: rgb(222,184,238); }
td.TdClassName
{
border-color: #DEB8EE;
}
.TagClassName
{
border-color: #DEB8EE;
}
</style>