Shades of Mauve #DEBEFE
Tints of Mauve #DEBEFE
RGB
CMYK
RGB Variations
Color information
#DEBEFE (or 0xDEBEFE) is known color: Mauve. HEX triplet: DE, BE and FE. RGB value is (222,190,254). Sum of RGB (Red+Green+Blue) = 222+190+254=666 (88% of max value = 765). Red value is 222 (87.11% from 255 or 33.33% from 666); Green value is 190 (74.61% from 255 or 28.53% from 666); Blue value is 254 (99.61% from 255 or 38.14% from 666); Max value from RGB is 254 - color contains mainly: blue. Hex color #DEBEFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEBEFE is #214101. Grayscale: #CECECE. Windows color (decimal): -2179330 or 16695006. OLE color: 16695006.
HSL color Cylindrical-coordinate representation of color #DEBEFE: hue angle of 270º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DEBEFE is Cyan = 0.13, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 222 | 190 | 254 | - |
| CMYK | 0.13 | 0.25 | 0 | 0.00 |
| HSL | 270º | 0.97% | 0.87% | - |
| HSV(B) | 270º | 0.25% | 1% | - |
| XYZ | 66.43 | 59.51 | 101.75 | - |
| YUV | 206.86 | 154.6 | 138.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 190 | 254 | 0.13 | 0.25 | 0 | 0.00 | 270 | 0.97 | 0.87 |
| Hex | DE | BE | FE | D | 19 | 0 | 0 | 10E | 61 | 57 |
| Octal | 336 | 276 | 376 | 15 | 31 | 0 | 0 | 416 | 141 | 127 |
| Binary | 11011110 | 10111110 | 11111110 | 1101 | 11001 | 0 | 0 | 100001110 | 1100001 | 1010111 |
Color Harmonies of #DEBEFE
Complementary color
Monochromatic Colors of #DEBEFE
Black with #DEBEFE
Text Example
Text Example
White with #DEBEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBEFE; }
p { color: rgb(222,190,254); }
H1.HeaderClassName
{
color: #DEBEFE;
}
.AnyTagClassName
{
color: #DEBEFE;
}
</style>
background-color css
<style>
a { background-color: #DEBEFE; }
a { background-color: rgb(222,190,254); }
div.DivClassName
{
background-color: #DEBEFE;
}
.BgClassName
{
background-color: #DEBEFE;
}
</style>
border-color css
<style>
span { border-color: #DEBEFE; }
span { border-color: rgb(222,190,254); }
td.TdClassName
{
border-color: #DEBEFE;
}
.TagClassName
{
border-color: #DEBEFE;
}
</style>