Shades of Mauve #DEBEF1
Tints of Mauve #DEBEF1
RGB
CMYK
RGB Variations
Color information
#DEBEF1 (or 0xDEBEF1) is known color: Mauve. HEX triplet: DE, BE and F1. RGB value is (222,190,241). Sum of RGB (Red+Green+Blue) = 222+190+241=653 (86% of max value = 765). Red value is 222 (87.11% from 255 or 34.00% from 653); Green value is 190 (74.61% from 255 or 29.10% from 653); Blue value is 241 (94.53% from 255 or 36.91% from 653); Max value from RGB is 241 - color contains mainly: blue. Hex color #DEBEF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEBEF1 is #21410E. Grayscale: #CDCDCD. Windows color (decimal): -2179343 or 15843038. OLE color: 15843038.
HSL color Cylindrical-coordinate representation of color #DEBEF1: hue angle of 277.65º degrees, saturation: 0.65, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DEBEF1 is Cyan = 0.08, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 222 | 190 | 241 | - |
| CMYK | 0.08 | 0.21 | 0 | 0.05 |
| HSL | 277.65º | 0.65% | 0.85% | - |
| HSV(B) | 277.65º | 0.21% | 0.95% | - |
| XYZ | 64.41 | 58.71 | 91.16 | - |
| YUV | 205.38 | 148.1 | 139.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 190 | 241 | 0.08 | 0.21 | 0 | 0.05 | 277.65 | 0.65 | 0.85 |
| Hex | DE | BE | F1 | 8 | 15 | 0 | 5 | 116 | 41 | 55 |
| Octal | 336 | 276 | 361 | 10 | 25 | 0 | 5 | 426 | 101 | 125 |
| Binary | 11011110 | 10111110 | 11110001 | 1000 | 10101 | 0 | 101 | 100010110 | 1000001 | 1010101 |
Color Harmonies of #DEBEF1
Complementary color
Monochromatic Colors of #DEBEF1
Black with #DEBEF1
Text Example
Text Example
White with #DEBEF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBEF1; }
p { color: rgb(222,190,241); }
H1.HeaderClassName
{
color: #DEBEF1;
}
.AnyTagClassName
{
color: #DEBEF1;
}
</style>
background-color css
<style>
a { background-color: #DEBEF1; }
a { background-color: rgb(222,190,241); }
div.DivClassName
{
background-color: #DEBEF1;
}
.BgClassName
{
background-color: #DEBEF1;
}
</style>
border-color css
<style>
span { border-color: #DEBEF1; }
span { border-color: rgb(222,190,241); }
td.TdClassName
{
border-color: #DEBEF1;
}
.TagClassName
{
border-color: #DEBEF1;
}
</style>