Shades of Mauve #DEBCF2
Tints of Mauve #DEBCF2
RGB
CMYK
RGB Variations
Color information
#DEBCF2 (or 0xDEBCF2) is known color: Mauve. HEX triplet: DE, BC and F2. RGB value is (222,188,242). Sum of RGB (Red+Green+Blue) = 222+188+242=652 (86% of max value = 765). Red value is 222 (87.11% from 255 or 34.05% from 652); Green value is 188 (73.83% from 255 or 28.83% from 652); Blue value is 242 (94.92% from 255 or 37.12% from 652); Max value from RGB is 242 - color contains mainly: blue. Hex color #DEBCF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEBCF2 is #21430D. Grayscale: #CCCCCC. Windows color (decimal): -2179854 or 15908062. OLE color: 15908062.
HSL color Cylindrical-coordinate representation of color #DEBCF2: hue angle of 277.78º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DEBCF2 is Cyan = 0.08, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 222 | 188 | 242 | - |
| CMYK | 0.08 | 0.22 | 0 | 0.05 |
| HSL | 277.78º | 0.68% | 0.84% | - |
| HSV(B) | 277.78º | 0.22% | 0.95% | - |
| XYZ | 64.13 | 57.91 | 91.8 | - |
| YUV | 204.32 | 149.26 | 140.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 188 | 242 | 0.08 | 0.22 | 0 | 0.05 | 277.78 | 0.68 | 0.84 |
| Hex | DE | BC | F2 | 8 | 16 | 0 | 5 | 116 | 44 | 54 |
| Octal | 336 | 274 | 362 | 10 | 26 | 0 | 5 | 426 | 104 | 124 |
| Binary | 11011110 | 10111100 | 11110010 | 1000 | 10110 | 0 | 101 | 100010110 | 1000100 | 1010100 |
Color Harmonies of #DEBCF2
Complementary color
Monochromatic Colors of #DEBCF2
Black with #DEBCF2
Text Example
Text Example
White with #DEBCF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBCF2; }
p { color: rgb(222,188,242); }
H1.HeaderClassName
{
color: #DEBCF2;
}
.AnyTagClassName
{
color: #DEBCF2;
}
</style>
background-color css
<style>
a { background-color: #DEBCF2; }
a { background-color: rgb(222,188,242); }
div.DivClassName
{
background-color: #DEBCF2;
}
.BgClassName
{
background-color: #DEBCF2;
}
</style>
border-color css
<style>
span { border-color: #DEBCF2; }
span { border-color: rgb(222,188,242); }
td.TdClassName
{
border-color: #DEBCF2;
}
.TagClassName
{
border-color: #DEBCF2;
}
</style>