Shades of Mauve #DEAFF4
Tints of Mauve #DEAFF4
RGB
CMYK
RGB Variations
Color information
#DEAFF4 (or 0xDEAFF4) is known color: Mauve. HEX triplet: DE, AF and F4. RGB value is (222,175,244). Sum of RGB (Red+Green+Blue) = 222+175+244=641 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.63% from 641); Green value is 175 (68.75% from 255 or 27.30% from 641); Blue value is 244 (95.70% from 255 or 38.07% from 641); Max value from RGB is 244 - color contains mainly: blue. Hex color #DEAFF4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEAFF4 is #21500B. Grayscale: #C4C4C4. Windows color (decimal): -2183180 or 16035806. OLE color: 16035806.
HSL color Cylindrical-coordinate representation of color #DEAFF4: hue angle of 280.87º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DEAFF4 is Cyan = 0.09, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 222 | 175 | 244 | - |
| CMYK | 0.09 | 0.28 | 0 | 0.04 |
| HSL | 280.87º | 0.76% | 0.82% | - |
| HSV(B) | 280.87º | 0.28% | 0.96% | - |
| XYZ | 61.78 | 52.72 | 92.51 | - |
| YUV | 196.92 | 154.57 | 145.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 175 | 244 | 0.09 | 0.28 | 0 | 0.04 | 280.87 | 0.76 | 0.82 |
| Hex | DE | AF | F4 | 9 | 1C | 0 | 4 | 119 | 4C | 52 |
| Octal | 336 | 257 | 364 | 11 | 34 | 0 | 4 | 431 | 114 | 122 |
| Binary | 11011110 | 10101111 | 11110100 | 1001 | 11100 | 0 | 100 | 100011001 | 1001100 | 1010010 |
Color Harmonies of #DEAFF4
Complementary color
Monochromatic Colors of #DEAFF4
Black with #DEAFF4
Text Example
Text Example
White with #DEAFF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEAFF4; }
p { color: rgb(222,175,244); }
H1.HeaderClassName
{
color: #DEAFF4;
}
.AnyTagClassName
{
color: #DEAFF4;
}
</style>
background-color css
<style>
a { background-color: #DEAFF4; }
a { background-color: rgb(222,175,244); }
div.DivClassName
{
background-color: #DEAFF4;
}
.BgClassName
{
background-color: #DEAFF4;
}
</style>
border-color css
<style>
span { border-color: #DEAFF4; }
span { border-color: rgb(222,175,244); }
td.TdClassName
{
border-color: #DEAFF4;
}
.TagClassName
{
border-color: #DEAFF4;
}
</style>