Shades of Mauve #DEAFFE
Tints of Mauve #DEAFFE
RGB
CMYK
RGB Variations
Color information
#DEAFFE (or 0xDEAFFE) is known color: Mauve. HEX triplet: DE, AF and FE. RGB value is (222,175,254). Sum of RGB (Red+Green+Blue) = 222+175+254=651 (86% of max value = 765). Red value is 222 (87.11% from 255 or 34.10% from 651); Green value is 175 (68.75% from 255 or 26.88% from 651); Blue value is 254 (99.61% from 255 or 39.02% from 651); Max value from RGB is 254 - color contains mainly: blue. Hex color #DEAFFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEAFFE is #215001. Grayscale: #C5C5C5. Windows color (decimal): -2183170 or 16691166. OLE color: 16691166.
HSL color Cylindrical-coordinate representation of color #DEAFFE: hue angle of 275.7º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DEAFFE is Cyan = 0.13, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 222 | 175 | 254 | - |
| CMYK | 0.13 | 0.31 | 0 | 0.00 |
| HSL | 275.7º | 0.98% | 0.84% | - |
| HSV(B) | 275.7º | 0.31% | 1% | - |
| XYZ | 63.34 | 53.35 | 100.72 | - |
| YUV | 198.06 | 159.57 | 145.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 175 | 254 | 0.13 | 0.31 | 0 | 0.00 | 275.7 | 0.98 | 0.84 |
| Hex | DE | AF | FE | D | 1F | 0 | 0 | 114 | 62 | 54 |
| Octal | 336 | 257 | 376 | 15 | 37 | 0 | 0 | 424 | 142 | 124 |
| Binary | 11011110 | 10101111 | 11111110 | 1101 | 11111 | 0 | 0 | 100010100 | 1100010 | 1010100 |
Color Harmonies of #DEAFFE
Complementary color
Monochromatic Colors of #DEAFFE
Black with #DEAFFE
Text Example
Text Example
White with #DEAFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEAFFE; }
p { color: rgb(222,175,254); }
H1.HeaderClassName
{
color: #DEAFFE;
}
.AnyTagClassName
{
color: #DEAFFE;
}
</style>
background-color css
<style>
a { background-color: #DEAFFE; }
a { background-color: rgb(222,175,254); }
div.DivClassName
{
background-color: #DEAFFE;
}
.BgClassName
{
background-color: #DEAFFE;
}
</style>
border-color css
<style>
span { border-color: #DEAFFE; }
span { border-color: rgb(222,175,254); }
td.TdClassName
{
border-color: #DEAFFE;
}
.TagClassName
{
border-color: #DEAFFE;
}
</style>