Shades of Mauve #DEBEF0
Tints of Mauve #DEBEF0
RGB
CMYK
RGB Variations
Color information
#DEBEF0 (or 0xDEBEF0) is known color: Mauve. HEX triplet: DE, BE and F0. RGB value is (222,190,240). Sum of RGB (Red+Green+Blue) = 222+190+240=652 (86% of max value = 765). Red value is 222 (87.11% from 255 or 34.05% from 652); Green value is 190 (74.61% from 255 or 29.14% from 652); Blue value is 240 (94.14% from 255 or 36.81% from 652); Max value from RGB is 240 - color contains mainly: blue. Hex color #DEBEF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEBEF0 is #21410F. Grayscale: #CDCDCD. Windows color (decimal): -2179344 or 15777502. OLE color: 15777502.
HSL color Cylindrical-coordinate representation of color #DEBEF0: hue angle of 278.4º degrees, saturation: 0.62, 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 #DEBEF0 is Cyan = 0.08, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 222 | 190 | 240 | - |
| CMYK | 0.08 | 0.21 | 0 | 0.06 |
| HSL | 278.4º | 0.63% | 0.84% | - |
| HSV(B) | 278.4º | 0.21% | 0.94% | - |
| XYZ | 64.27 | 58.65 | 90.37 | - |
| YUV | 205.27 | 147.6 | 139.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 190 | 240 | 0.08 | 0.21 | 0 | 0.06 | 278.4 | 0.63 | 0.84 |
| Hex | DE | BE | F0 | 8 | 15 | 0 | 6 | 116 | 3E | 54 |
| Octal | 336 | 276 | 360 | 10 | 25 | 0 | 6 | 426 | 76 | 124 |
| Binary | 11011110 | 10111110 | 11110000 | 1000 | 10101 | 0 | 110 | 100010110 | 111110 | 1010100 |
Color Harmonies of #DEBEF0
Complementary color
Monochromatic Colors of #DEBEF0
Black with #DEBEF0
Text Example
Text Example
White with #DEBEF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBEF0; }
p { color: rgb(222,190,240); }
H1.HeaderClassName
{
color: #DEBEF0;
}
.AnyTagClassName
{
color: #DEBEF0;
}
</style>
background-color css
<style>
a { background-color: #DEBEF0; }
a { background-color: rgb(222,190,240); }
div.DivClassName
{
background-color: #DEBEF0;
}
.BgClassName
{
background-color: #DEBEF0;
}
</style>
border-color css
<style>
span { border-color: #DEBEF0; }
span { border-color: rgb(222,190,240); }
td.TdClassName
{
border-color: #DEBEF0;
}
.TagClassName
{
border-color: #DEBEF0;
}
</style>