Shades of Mauve #DEB3EE
Tints of Mauve #DEB3EE
RGB
CMYK
RGB Variations
Color information
#DEB3EE (or 0xDEB3EE) is known color: Mauve. HEX triplet: DE, B3 and EE. RGB value is (222,179,238). Sum of RGB (Red+Green+Blue) = 222+179+238=639 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.74% from 639); Green value is 179 (70.31% from 255 or 28.01% from 639); Blue value is 238 (93.36% from 255 or 37.25% from 639); Max value from RGB is 238 - color contains mainly: blue. Hex color #DEB3EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEB3EE is #214C11. Grayscale: #C6C6C6. Windows color (decimal): -2182162 or 15643614. OLE color: 15643614.
HSL color Cylindrical-coordinate representation of color #DEB3EE: hue angle of 283.73º degrees, saturation: 0.63, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DEB3EE is Cyan = 0.07, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 222 | 179 | 238 | - |
| CMYK | 0.07 | 0.25 | 0 | 0.07 |
| HSL | 283.73º | 0.63% | 0.82% | - |
| HSV(B) | 283.73º | 0.25% | 0.93% | - |
| XYZ | 61.68 | 53.94 | 88.05 | - |
| YUV | 198.58 | 150.25 | 144.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 179 | 238 | 0.07 | 0.25 | 0 | 0.07 | 283.73 | 0.63 | 0.82 |
| Hex | DE | B3 | EE | 7 | 19 | 0 | 7 | 11C | 3F | 52 |
| Octal | 336 | 263 | 356 | 7 | 31 | 0 | 7 | 434 | 77 | 122 |
| Binary | 11011110 | 10110011 | 11101110 | 111 | 11001 | 0 | 111 | 100011100 | 111111 | 1010010 |
Color Harmonies of #DEB3EE
Complementary color
Monochromatic Colors of #DEB3EE
Black with #DEB3EE
Text Example
Text Example
White with #DEB3EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEB3EE; }
p { color: rgb(222,179,238); }
H1.HeaderClassName
{
color: #DEB3EE;
}
.AnyTagClassName
{
color: #DEB3EE;
}
</style>
background-color css
<style>
a { background-color: #DEB3EE; }
a { background-color: rgb(222,179,238); }
div.DivClassName
{
background-color: #DEB3EE;
}
.BgClassName
{
background-color: #DEB3EE;
}
</style>
border-color css
<style>
span { border-color: #DEB3EE; }
span { border-color: rgb(222,179,238); }
td.TdClassName
{
border-color: #DEB3EE;
}
.TagClassName
{
border-color: #DEB3EE;
}
</style>