Shades of Mauve #DEBFEF
Tints of Mauve #DEBFEF
RGB
CMYK
RGB Variations
Color information
#DEBFEF (or 0xDEBFEF) is known color: Mauve. HEX triplet: DE, BF and EF. RGB value is (222,191,239). Sum of RGB (Red+Green+Blue) = 222+191+239=652 (86% of max value = 765). Red value is 222 (87.11% from 255 or 34.05% from 652); Green value is 191 (75% from 255 or 29.29% from 652); Blue value is 239 (93.75% from 255 or 36.66% from 652); Max value from RGB is 239 - color contains mainly: blue. Hex color #DEBFEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEBFEF is #214010. Grayscale: #CDCDCD. Windows color (decimal): -2179089 or 15712222. OLE color: 15712222.
HSL color Cylindrical-coordinate representation of color #DEBFEF: hue angle of 278.75º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DEBFEF is Cyan = 0.07, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 222 | 191 | 239 | - |
| CMYK | 0.07 | 0.20 | 0 | 0.06 |
| HSL | 278.75º | 0.6% | 0.84% | - |
| HSV(B) | 278.75º | 0.2% | 0.94% | - |
| XYZ | 64.33 | 59.02 | 89.66 | - |
| YUV | 205.74 | 146.77 | 139.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 191 | 239 | 0.07 | 0.20 | 0 | 0.06 | 278.75 | 0.6 | 0.84 |
| Hex | DE | BF | EF | 7 | 14 | 0 | 6 | 117 | 3C | 54 |
| Octal | 336 | 277 | 357 | 7 | 24 | 0 | 6 | 427 | 74 | 124 |
| Binary | 11011110 | 10111111 | 11101111 | 111 | 10100 | 0 | 110 | 100010111 | 111100 | 1010100 |
Color Harmonies of #DEBFEF
Complementary color
Monochromatic Colors of #DEBFEF
Black with #DEBFEF
Text Example
Text Example
White with #DEBFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBFEF; }
p { color: rgb(222,191,239); }
H1.HeaderClassName
{
color: #DEBFEF;
}
.AnyTagClassName
{
color: #DEBFEF;
}
</style>
background-color css
<style>
a { background-color: #DEBFEF; }
a { background-color: rgb(222,191,239); }
div.DivClassName
{
background-color: #DEBFEF;
}
.BgClassName
{
background-color: #DEBFEF;
}
</style>
border-color css
<style>
span { border-color: #DEBFEF; }
span { border-color: rgb(222,191,239); }
td.TdClassName
{
border-color: #DEBFEF;
}
.TagClassName
{
border-color: #DEBFEF;
}
</style>