Shades of Mauve #DEBFF4
Tints of Mauve #DEBFF4
RGB
CMYK
RGB Variations
Color information
#DEBFF4 (or 0xDEBFF4) is known color: Mauve. HEX triplet: DE, BF and F4. RGB value is (222,191,244). Sum of RGB (Red+Green+Blue) = 222+191+244=657 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.79% from 657); Green value is 191 (75% from 255 or 29.07% from 657); Blue value is 244 (95.70% from 255 or 37.14% from 657); Max value from RGB is 244 - color contains mainly: blue. Hex color #DEBFF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEBFF4 is #21400B. Grayscale: #CECECE. Windows color (decimal): -2179084 or 16039902. OLE color: 16039902.
HSL color Cylindrical-coordinate representation of color #DEBFF4: hue angle of 275.09º degrees, saturation: 0.71, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DEBFF4 is Cyan = 0.09, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 222 | 191 | 244 | - |
| CMYK | 0.09 | 0.22 | 0 | 0.04 |
| HSL | 275.09º | 0.71% | 0.85% | - |
| HSV(B) | 275.09º | 0.22% | 0.96% | - |
| XYZ | 65.08 | 59.32 | 93.61 | - |
| YUV | 206.31 | 149.27 | 139.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 191 | 244 | 0.09 | 0.22 | 0 | 0.04 | 275.09 | 0.71 | 0.85 |
| Hex | DE | BF | F4 | 9 | 16 | 0 | 4 | 113 | 47 | 55 |
| Octal | 336 | 277 | 364 | 11 | 26 | 0 | 4 | 423 | 107 | 125 |
| Binary | 11011110 | 10111111 | 11110100 | 1001 | 10110 | 0 | 100 | 100010011 | 1000111 | 1010101 |
Color Harmonies of #DEBFF4
Complementary color
Monochromatic Colors of #DEBFF4
Black with #DEBFF4
Text Example
Text Example
White with #DEBFF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBFF4; }
p { color: rgb(222,191,244); }
H1.HeaderClassName
{
color: #DEBFF4;
}
.AnyTagClassName
{
color: #DEBFF4;
}
</style>
background-color css
<style>
a { background-color: #DEBFF4; }
a { background-color: rgb(222,191,244); }
div.DivClassName
{
background-color: #DEBFF4;
}
.BgClassName
{
background-color: #DEBFF4;
}
</style>
border-color css
<style>
span { border-color: #DEBFF4; }
span { border-color: rgb(222,191,244); }
td.TdClassName
{
border-color: #DEBFF4;
}
.TagClassName
{
border-color: #DEBFF4;
}
</style>