Shades of Mauve #DEAFF6
Tints of Mauve #DEAFF6
RGB
CMYK
RGB Variations
Color information
#DEAFF6 (or 0xDEAFF6) is known color: Mauve. HEX triplet: DE, AF and F6. RGB value is (222,175,246). Sum of RGB (Red+Green+Blue) = 222+175+246=643 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.53% from 643); Green value is 175 (68.75% from 255 or 27.22% from 643); Blue value is 246 (96.48% from 255 or 38.26% from 643); Max value from RGB is 246 - color contains mainly: blue. Hex color #DEAFF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEAFF6 is #215009. Grayscale: #C4C4C4. Windows color (decimal): -2183178 or 16166878. OLE color: 16166878.
HSL color Cylindrical-coordinate representation of color #DEAFF6: hue angle of 279.72º degrees, saturation: 0.8, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DEAFF6 is Cyan = 0.10, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 222 | 175 | 246 | - |
| CMYK | 0.10 | 0.29 | 0 | 0.04 |
| HSL | 279.72º | 0.8% | 0.83% | - |
| HSV(B) | 279.72º | 0.29% | 0.96% | - |
| XYZ | 62.09 | 52.84 | 94.12 | - |
| YUV | 197.15 | 155.57 | 145.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 175 | 246 | 0.10 | 0.29 | 0 | 0.04 | 279.72 | 0.8 | 0.83 |
| Hex | DE | AF | F6 | A | 1D | 0 | 4 | 118 | 50 | 53 |
| Octal | 336 | 257 | 366 | 12 | 35 | 0 | 4 | 430 | 120 | 123 |
| Binary | 11011110 | 10101111 | 11110110 | 1010 | 11101 | 0 | 100 | 100011000 | 1010000 | 1010011 |
Color Harmonies of #DEAFF6
Complementary color
Monochromatic Colors of #DEAFF6
Black with #DEAFF6
Text Example
Text Example
White with #DEAFF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEAFF6; }
p { color: rgb(222,175,246); }
H1.HeaderClassName
{
color: #DEAFF6;
}
.AnyTagClassName
{
color: #DEAFF6;
}
</style>
background-color css
<style>
a { background-color: #DEAFF6; }
a { background-color: rgb(222,175,246); }
div.DivClassName
{
background-color: #DEAFF6;
}
.BgClassName
{
background-color: #DEAFF6;
}
</style>
border-color css
<style>
span { border-color: #DEAFF6; }
span { border-color: rgb(222,175,246); }
td.TdClassName
{
border-color: #DEAFF6;
}
.TagClassName
{
border-color: #DEAFF6;
}
</style>