Shades of Mauve #DEBEF6
Tints of Mauve #DEBEF6
RGB
CMYK
RGB Variations
Color information
#DEBEF6 (or 0xDEBEF6) is known color: Mauve. HEX triplet: DE, BE and F6. RGB value is (222,190,246). Sum of RGB (Red+Green+Blue) = 222+190+246=658 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.74% from 658); Green value is 190 (74.61% from 255 or 28.88% from 658); Blue value is 246 (96.48% from 255 or 37.39% from 658); Max value from RGB is 246 - color contains mainly: blue. Hex color #DEBEF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEBEF6 is #214109. Grayscale: #CDCDCD. Windows color (decimal): -2179338 or 16170718. OLE color: 16170718.
HSL color Cylindrical-coordinate representation of color #DEBEF6: hue angle of 274.29º degrees, saturation: 0.76, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DEBEF6 is Cyan = 0.10, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 222 | 190 | 246 | - |
| CMYK | 0.10 | 0.23 | 0 | 0.04 |
| HSL | 274.29º | 0.76% | 0.85% | - |
| HSV(B) | 274.29º | 0.23% | 0.96% | - |
| XYZ | 65.17 | 59.01 | 95.14 | - |
| YUV | 205.95 | 150.6 | 139.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 190 | 246 | 0.10 | 0.23 | 0 | 0.04 | 274.29 | 0.76 | 0.85 |
| Hex | DE | BE | F6 | A | 17 | 0 | 4 | 112 | 4C | 55 |
| Octal | 336 | 276 | 366 | 12 | 27 | 0 | 4 | 422 | 114 | 125 |
| Binary | 11011110 | 10111110 | 11110110 | 1010 | 10111 | 0 | 100 | 100010010 | 1001100 | 1010101 |
Color Harmonies of #DEBEF6
Complementary color
Monochromatic Colors of #DEBEF6
Black with #DEBEF6
Text Example
Text Example
White with #DEBEF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBEF6; }
p { color: rgb(222,190,246); }
H1.HeaderClassName
{
color: #DEBEF6;
}
.AnyTagClassName
{
color: #DEBEF6;
}
</style>
background-color css
<style>
a { background-color: #DEBEF6; }
a { background-color: rgb(222,190,246); }
div.DivClassName
{
background-color: #DEBEF6;
}
.BgClassName
{
background-color: #DEBEF6;
}
</style>
border-color css
<style>
span { border-color: #DEBEF6; }
span { border-color: rgb(222,190,246); }
td.TdClassName
{
border-color: #DEBEF6;
}
.TagClassName
{
border-color: #DEBEF6;
}
</style>