Shades of Mauve #DEBDF0
Tints of Mauve #DEBDF0
RGB
CMYK
RGB Variations
Color information
#DEBDF0 (or 0xDEBDF0) is known color: Mauve. HEX triplet: DE, BD and F0. RGB value is (222,189,240). Sum of RGB (Red+Green+Blue) = 222+189+240=651 (86% of max value = 765). Red value is 222 (87.11% from 255 or 34.10% from 651); Green value is 189 (74.22% from 255 or 29.03% from 651); Blue value is 240 (94.14% from 255 or 36.87% from 651); Max value from RGB is 240 - color contains mainly: blue. Hex color #DEBDF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEBDF0 is #21420F. Grayscale: #CCCCCC. Windows color (decimal): -2179600 or 15777246. OLE color: 15777246.
HSL color Cylindrical-coordinate representation of color #DEBDF0: hue angle of 278.82º degrees, saturation: 0.63, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DEBDF0 is Cyan = 0.08, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 222 | 189 | 240 | - |
| CMYK | 0.08 | 0.21 | 0 | 0.06 |
| HSL | 278.82º | 0.63% | 0.84% | - |
| HSV(B) | 278.82º | 0.21% | 0.94% | - |
| XYZ | 64.05 | 58.22 | 90.3 | - |
| YUV | 204.68 | 147.93 | 140.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 189 | 240 | 0.08 | 0.21 | 0 | 0.06 | 278.82 | 0.63 | 0.84 |
| Hex | DE | BD | F0 | 8 | 15 | 0 | 6 | 117 | 3F | 54 |
| Octal | 336 | 275 | 360 | 10 | 25 | 0 | 6 | 427 | 77 | 124 |
| Binary | 11011110 | 10111101 | 11110000 | 1000 | 10101 | 0 | 110 | 100010111 | 111111 | 1010100 |
Color Harmonies of #DEBDF0
Complementary color
Monochromatic Colors of #DEBDF0
Black with #DEBDF0
Text Example
Text Example
White with #DEBDF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBDF0; }
p { color: rgb(222,189,240); }
H1.HeaderClassName
{
color: #DEBDF0;
}
.AnyTagClassName
{
color: #DEBDF0;
}
</style>
background-color css
<style>
a { background-color: #DEBDF0; }
a { background-color: rgb(222,189,240); }
div.DivClassName
{
background-color: #DEBDF0;
}
.BgClassName
{
background-color: #DEBDF0;
}
</style>
border-color css
<style>
span { border-color: #DEBDF0; }
span { border-color: rgb(222,189,240); }
td.TdClassName
{
border-color: #DEBDF0;
}
.TagClassName
{
border-color: #DEBDF0;
}
</style>