Shades of Mauve #DEAEFB
Tints of Mauve #DEAEFB
RGB
CMYK
RGB Variations
Color information
#DEAEFB (or 0xDEAEFB) is known color: Mauve. HEX triplet: DE, AE and FB. RGB value is (222,174,251). Sum of RGB (Red+Green+Blue) = 222+174+251=647 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.31% from 647); Green value is 174 (68.36% from 255 or 26.89% from 647); Blue value is 251 (98.44% from 255 or 38.79% from 647); Max value from RGB is 251 - color contains mainly: blue. Hex color #DEAEFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEAEFB is #215104. Grayscale: #C4C4C4. Windows color (decimal): -2183429 or 16494302. OLE color: 16494302.
HSL color Cylindrical-coordinate representation of color #DEAEFB: hue angle of 277.4º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DEAEFB is Cyan = 0.12, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 222 | 174 | 251 | - |
| CMYK | 0.12 | 0.31 | 0 | 0.02 |
| HSL | 277.4º | 0.91% | 0.83% | - |
| HSV(B) | 277.4º | 0.31% | 0.98% | - |
| XYZ | 62.67 | 52.77 | 98.15 | - |
| YUV | 197.13 | 158.4 | 145.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 174 | 251 | 0.12 | 0.31 | 0 | 0.02 | 277.4 | 0.91 | 0.83 |
| Hex | DE | AE | FB | C | 1F | 0 | 2 | 115 | 5B | 53 |
| Octal | 336 | 256 | 373 | 14 | 37 | 0 | 2 | 425 | 133 | 123 |
| Binary | 11011110 | 10101110 | 11111011 | 1100 | 11111 | 0 | 10 | 100010101 | 1011011 | 1010011 |
Color Harmonies of #DEAEFB
Complementary color
Monochromatic Colors of #DEAEFB
Black with #DEAEFB
Text Example
Text Example
White with #DEAEFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEAEFB; }
p { color: rgb(222,174,251); }
H1.HeaderClassName
{
color: #DEAEFB;
}
.AnyTagClassName
{
color: #DEAEFB;
}
</style>
background-color css
<style>
a { background-color: #DEAEFB; }
a { background-color: rgb(222,174,251); }
div.DivClassName
{
background-color: #DEAEFB;
}
.BgClassName
{
background-color: #DEAEFB;
}
</style>
border-color css
<style>
span { border-color: #DEAEFB; }
span { border-color: rgb(222,174,251); }
td.TdClassName
{
border-color: #DEAEFB;
}
.TagClassName
{
border-color: #DEAEFB;
}
</style>