Shades of Mauve #DEBDEE
Tints of Mauve #DEBDEE
RGB
CMYK
RGB Variations
Color information
#DEBDEE (or 0xDEBDEE) is known color: Mauve. HEX triplet: DE, BD and EE. RGB value is (222,189,238). Sum of RGB (Red+Green+Blue) = 222+189+238=649 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.21% from 649); Green value is 189 (74.22% from 255 or 29.12% from 649); Blue value is 238 (93.36% from 255 or 36.67% from 649); Max value from RGB is 238 - color contains mainly: blue. Hex color #DEBDEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEBDEE is #214211. Grayscale: #CCCCCC. Windows color (decimal): -2179602 or 15646174. OLE color: 15646174.
HSL color Cylindrical-coordinate representation of color #DEBDEE: hue angle of 280.41º degrees, saturation: 0.59, 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 #DEBDEE is Cyan = 0.07, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 222 | 189 | 238 | - |
| CMYK | 0.07 | 0.21 | 0 | 0.07 |
| HSL | 280.41º | 0.59% | 0.84% | - |
| HSV(B) | 280.41º | 0.21% | 0.93% | - |
| XYZ | 63.75 | 58.1 | 88.74 | - |
| YUV | 204.45 | 146.93 | 140.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 189 | 238 | 0.07 | 0.21 | 0 | 0.07 | 280.41 | 0.59 | 0.84 |
| Hex | DE | BD | EE | 7 | 15 | 0 | 7 | 118 | 3B | 54 |
| Octal | 336 | 275 | 356 | 7 | 25 | 0 | 7 | 430 | 73 | 124 |
| Binary | 11011110 | 10111101 | 11101110 | 111 | 10101 | 0 | 111 | 100011000 | 111011 | 1010100 |
Color Harmonies of #DEBDEE
Complementary color
Monochromatic Colors of #DEBDEE
Black with #DEBDEE
Text Example
Text Example
White with #DEBDEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBDEE; }
p { color: rgb(222,189,238); }
H1.HeaderClassName
{
color: #DEBDEE;
}
.AnyTagClassName
{
color: #DEBDEE;
}
</style>
background-color css
<style>
a { background-color: #DEBDEE; }
a { background-color: rgb(222,189,238); }
div.DivClassName
{
background-color: #DEBDEE;
}
.BgClassName
{
background-color: #DEBDEE;
}
</style>
border-color css
<style>
span { border-color: #DEBDEE; }
span { border-color: rgb(222,189,238); }
td.TdClassName
{
border-color: #DEBDEE;
}
.TagClassName
{
border-color: #DEBDEE;
}
</style>