Shades of Mauve #DEAFFF
Tints of Mauve #DEAFFF
RGB
CMYK
RGB Variations
Color information
#DEAFFF (or 0xDEAFFF) is known color: Mauve. HEX triplet: DE, AF and FF. RGB value is (222,175,255). Sum of RGB (Red+Green+Blue) = 222+175+255=652 (86% of max value = 765). Red value is 222 (87.11% from 255 or 34.05% from 652); Green value is 175 (68.75% from 255 or 26.84% from 652); Blue value is 255 (100% from 255 or 39.11% from 652); Max value from RGB is 255 - color contains mainly: blue. Hex color #DEAFFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEAFFF is #215000. Grayscale: #C5C5C5. Windows color (decimal): -2183169 or 16756702. OLE color: 16756702.
HSL color Cylindrical-coordinate representation of color #DEAFFF: hue angle of 275.25º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DEAFFF is Cyan = 0.13, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 222 | 175 | 255 | - |
| CMYK | 0.13 | 0.31 | 0 | 0 |
| HSL | 275.25º | 1% | 0.84% | - |
| HSV(B) | 275.25º | 0.31% | 1% | - |
| XYZ | 63.5 | 53.41 | 101.57 | - |
| YUV | 198.17 | 160.07 | 145 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 175 | 255 | 0.13 | 0.31 | 0 | 0 | 275.25 | 1 | 0.84 |
| Hex | DE | AF | FF | D | 1F | 0 | 0 | 113 | 64 | 54 |
| Octal | 336 | 257 | 377 | 15 | 37 | 0 | 0 | 423 | 144 | 124 |
| Binary | 11011110 | 10101111 | 11111111 | 1101 | 11111 | 0 | 0 | 100010011 | 1100100 | 1010100 |
Color Harmonies of #DEAFFF
Complementary color
Monochromatic Colors of #DEAFFF
Black with #DEAFFF
Text Example
Text Example
White with #DEAFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEAFFF; }
p { color: rgb(222,175,255); }
H1.HeaderClassName
{
color: #DEAFFF;
}
.AnyTagClassName
{
color: #DEAFFF;
}
</style>
background-color css
<style>
a { background-color: #DEAFFF; }
a { background-color: rgb(222,175,255); }
div.DivClassName
{
background-color: #DEAFFF;
}
.BgClassName
{
background-color: #DEAFFF;
}
</style>
border-color css
<style>
span { border-color: #DEAFFF; }
span { border-color: rgb(222,175,255); }
td.TdClassName
{
border-color: #DEAFFF;
}
.TagClassName
{
border-color: #DEAFFF;
}
</style>