Shades of Mauve #DEB0ED
Tints of Mauve #DEB0ED
RGB
CMYK
RGB Variations
Color information
#DEB0ED (or 0xDEB0ED) is known color: Mauve. HEX triplet: DE, B0 and ED. RGB value is (222,176,237). Sum of RGB (Red+Green+Blue) = 222+176+237=635 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.96% from 635); Green value is 176 (69.14% from 255 or 27.72% from 635); Blue value is 237 (92.97% from 255 or 37.32% from 635); Max value from RGB is 237 - color contains mainly: blue. Hex color #DEB0ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEB0ED is #214F12. Grayscale: #C4C4C4. Windows color (decimal): -2182931 or 15577310. OLE color: 15577310.
HSL color Cylindrical-coordinate representation of color #DEB0ED: hue angle of 285.25º degrees, saturation: 0.63, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DEB0ED is Cyan = 0.06, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 222 | 176 | 237 | - |
| CMYK | 0.06 | 0.26 | 0 | 0.07 |
| HSL | 285.25º | 0.63% | 0.81% | - |
| HSV(B) | 285.25º | 0.26% | 0.93% | - |
| XYZ | 60.94 | 52.69 | 87.08 | - |
| YUV | 196.71 | 150.74 | 146.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 176 | 237 | 0.06 | 0.26 | 0 | 0.07 | 285.25 | 0.63 | 0.81 |
| Hex | DE | B0 | ED | 6 | 1A | 0 | 7 | 11D | 3F | 51 |
| Octal | 336 | 260 | 355 | 6 | 32 | 0 | 7 | 435 | 77 | 121 |
| Binary | 11011110 | 10110000 | 11101101 | 110 | 11010 | 0 | 111 | 100011101 | 111111 | 1010001 |
Color Harmonies of #DEB0ED
Complementary color
Monochromatic Colors of #DEB0ED
Black with #DEB0ED
Text Example
Text Example
White with #DEB0ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEB0ED; }
p { color: rgb(222,176,237); }
H1.HeaderClassName
{
color: #DEB0ED;
}
.AnyTagClassName
{
color: #DEB0ED;
}
</style>
background-color css
<style>
a { background-color: #DEB0ED; }
a { background-color: rgb(222,176,237); }
div.DivClassName
{
background-color: #DEB0ED;
}
.BgClassName
{
background-color: #DEB0ED;
}
</style>
border-color css
<style>
span { border-color: #DEB0ED; }
span { border-color: rgb(222,176,237); }
td.TdClassName
{
border-color: #DEB0ED;
}
.TagClassName
{
border-color: #DEB0ED;
}
</style>