Shades of Mauve #DEBCEE
Tints of Mauve #DEBCEE
RGB
CMYK
RGB Variations
Color information
#DEBCEE (or 0xDEBCEE) is known color: Mauve. HEX triplet: DE, BC and EE. RGB value is (222,188,238). Sum of RGB (Red+Green+Blue) = 222+188+238=648 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.26% from 648); Green value is 188 (73.83% from 255 or 29.01% from 648); Blue value is 238 (93.36% from 255 or 36.73% from 648); Max value from RGB is 238 - color contains mainly: blue. Hex color #DEBCEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEBCEE is #214311. Grayscale: #CBCBCB. Windows color (decimal): -2179858 or 15645918. OLE color: 15645918.
HSL color Cylindrical-coordinate representation of color #DEBCEE: hue angle of 280.8º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DEBCEE is Cyan = 0.07, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 222 | 188 | 238 | - |
| CMYK | 0.07 | 0.21 | 0 | 0.07 |
| HSL | 280.8º | 0.6% | 0.84% | - |
| HSV(B) | 280.8º | 0.21% | 0.93% | - |
| XYZ | 63.54 | 57.67 | 88.67 | - |
| YUV | 203.87 | 147.26 | 140.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 188 | 238 | 0.07 | 0.21 | 0 | 0.07 | 280.8 | 0.6 | 0.84 |
| Hex | DE | BC | EE | 7 | 15 | 0 | 7 | 119 | 3C | 54 |
| Octal | 336 | 274 | 356 | 7 | 25 | 0 | 7 | 431 | 74 | 124 |
| Binary | 11011110 | 10111100 | 11101110 | 111 | 10101 | 0 | 111 | 100011001 | 111100 | 1010100 |
Color Harmonies of #DEBCEE
Complementary color
Monochromatic Colors of #DEBCEE
Black with #DEBCEE
Text Example
Text Example
White with #DEBCEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBCEE; }
p { color: rgb(222,188,238); }
H1.HeaderClassName
{
color: #DEBCEE;
}
.AnyTagClassName
{
color: #DEBCEE;
}
</style>
background-color css
<style>
a { background-color: #DEBCEE; }
a { background-color: rgb(222,188,238); }
div.DivClassName
{
background-color: #DEBCEE;
}
.BgClassName
{
background-color: #DEBCEE;
}
</style>
border-color css
<style>
span { border-color: #DEBCEE; }
span { border-color: rgb(222,188,238); }
td.TdClassName
{
border-color: #DEBCEE;
}
.TagClassName
{
border-color: #DEBCEE;
}
</style>