Shades of Mauve #DEADF7
Tints of Mauve #DEADF7
RGB
CMYK
RGB Variations
Color information
#DEADF7 (or 0xDEADF7) is known color: Mauve. HEX triplet: DE, AD and F7. RGB value is (222,173,247). Sum of RGB (Red+Green+Blue) = 222+173+247=642 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.58% from 642); Green value is 173 (67.97% from 255 or 26.95% from 642); Blue value is 247 (96.88% from 255 or 38.47% from 642); Max value from RGB is 247 - color contains mainly: blue. Hex color #DEADF7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEADF7 is #215208. Grayscale: #C3C3C3. Windows color (decimal): -2183689 or 16231902. OLE color: 16231902.
HSL color Cylindrical-coordinate representation of color #DEADF7: hue angle of 279.73º degrees, saturation: 0.82, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DEADF7 is Cyan = 0.10, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 222 | 173 | 247 | - |
| CMYK | 0.10 | 0.30 | 0 | 0.03 |
| HSL | 279.73º | 0.82% | 0.82% | - |
| HSV(B) | 279.73º | 0.3% | 0.97% | - |
| XYZ | 61.86 | 52.13 | 94.8 | - |
| YUV | 196.09 | 156.73 | 146.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 173 | 247 | 0.10 | 0.30 | 0 | 0.03 | 279.73 | 0.82 | 0.82 |
| Hex | DE | AD | F7 | A | 1E | 0 | 3 | 118 | 52 | 52 |
| Octal | 336 | 255 | 367 | 12 | 36 | 0 | 3 | 430 | 122 | 122 |
| Binary | 11011110 | 10101101 | 11110111 | 1010 | 11110 | 0 | 11 | 100011000 | 1010010 | 1010010 |
Color Harmonies of #DEADF7
Complementary color
Monochromatic Colors of #DEADF7
Black with #DEADF7
Text Example
Text Example
White with #DEADF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEADF7; }
p { color: rgb(222,173,247); }
H1.HeaderClassName
{
color: #DEADF7;
}
.AnyTagClassName
{
color: #DEADF7;
}
</style>
background-color css
<style>
a { background-color: #DEADF7; }
a { background-color: rgb(222,173,247); }
div.DivClassName
{
background-color: #DEADF7;
}
.BgClassName
{
background-color: #DEADF7;
}
</style>
border-color css
<style>
span { border-color: #DEADF7; }
span { border-color: rgb(222,173,247); }
td.TdClassName
{
border-color: #DEADF7;
}
.TagClassName
{
border-color: #DEADF7;
}
</style>