Shades of Mauve #DEBEFB
Tints of Mauve #DEBEFB
RGB
CMYK
RGB Variations
Color information
#DEBEFB (or 0xDEBEFB) is known color: Mauve. HEX triplet: DE, BE and FB. RGB value is (222,190,251). Sum of RGB (Red+Green+Blue) = 222+190+251=663 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.48% from 663); Green value is 190 (74.61% from 255 or 28.66% from 663); Blue value is 251 (98.44% from 255 or 37.86% from 663); Max value from RGB is 251 - color contains mainly: blue. Hex color #DEBEFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEBEFB is #214104. Grayscale: #CECECE. Windows color (decimal): -2179333 or 16498398. OLE color: 16498398.
HSL color Cylindrical-coordinate representation of color #DEBEFB: hue angle of 271.48º degrees, saturation: 0.88, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DEBEFB is Cyan = 0.12, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 222 | 190 | 251 | - |
| CMYK | 0.12 | 0.24 | 0 | 0.02 |
| HSL | 271.48º | 0.88% | 0.86% | - |
| HSV(B) | 271.48º | 0.24% | 0.98% | - |
| XYZ | 65.95 | 59.32 | 99.24 | - |
| YUV | 206.52 | 153.1 | 139.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 190 | 251 | 0.12 | 0.24 | 0 | 0.02 | 271.48 | 0.88 | 0.86 |
| Hex | DE | BE | FB | C | 18 | 0 | 2 | 10F | 58 | 56 |
| Octal | 336 | 276 | 373 | 14 | 30 | 0 | 2 | 417 | 130 | 126 |
| Binary | 11011110 | 10111110 | 11111011 | 1100 | 11000 | 0 | 10 | 100001111 | 1011000 | 1010110 |
Color Harmonies of #DEBEFB
Complementary color
Monochromatic Colors of #DEBEFB
Black with #DEBEFB
Text Example
Text Example
White with #DEBEFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBEFB; }
p { color: rgb(222,190,251); }
H1.HeaderClassName
{
color: #DEBEFB;
}
.AnyTagClassName
{
color: #DEBEFB;
}
</style>
background-color css
<style>
a { background-color: #DEBEFB; }
a { background-color: rgb(222,190,251); }
div.DivClassName
{
background-color: #DEBEFB;
}
.BgClassName
{
background-color: #DEBEFB;
}
</style>
border-color css
<style>
span { border-color: #DEBEFB; }
span { border-color: rgb(222,190,251); }
td.TdClassName
{
border-color: #DEBEFB;
}
.TagClassName
{
border-color: #DEBEFB;
}
</style>