Shades of Mauve #DEADF6
Tints of Mauve #DEADF6
RGB
CMYK
RGB Variations
Color information
#DEADF6 (or 0xDEADF6) is known color: Mauve. HEX triplet: DE, AD and F6. RGB value is (222,173,246). Sum of RGB (Red+Green+Blue) = 222+173+246=641 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.63% from 641); Green value is 173 (67.97% from 255 or 26.99% from 641); Blue value is 246 (96.48% from 255 or 38.38% from 641); Max value from RGB is 246 - color contains mainly: blue. Hex color #DEADF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEADF6 is #215209. Grayscale: #C3C3C3. Windows color (decimal): -2183690 or 16166366. OLE color: 16166366.
HSL color Cylindrical-coordinate representation of color #DEADF6: hue angle of 280.27º degrees, saturation: 0.8, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DEADF6 is Cyan = 0.10, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 222 | 173 | 246 | - |
| CMYK | 0.10 | 0.30 | 0 | 0.04 |
| HSL | 280.27º | 0.8% | 0.82% | - |
| HSV(B) | 280.27º | 0.3% | 0.96% | - |
| XYZ | 61.7 | 52.07 | 93.99 | - |
| YUV | 195.97 | 156.23 | 146.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 173 | 246 | 0.10 | 0.30 | 0 | 0.04 | 280.27 | 0.8 | 0.82 |
| Hex | DE | AD | F6 | A | 1E | 0 | 4 | 118 | 50 | 52 |
| Octal | 336 | 255 | 366 | 12 | 36 | 0 | 4 | 430 | 120 | 122 |
| Binary | 11011110 | 10101101 | 11110110 | 1010 | 11110 | 0 | 100 | 100011000 | 1010000 | 1010010 |
Color Harmonies of #DEADF6
Complementary color
Monochromatic Colors of #DEADF6
Black with #DEADF6
Text Example
Text Example
White with #DEADF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEADF6; }
p { color: rgb(222,173,246); }
H1.HeaderClassName
{
color: #DEADF6;
}
.AnyTagClassName
{
color: #DEADF6;
}
</style>
background-color css
<style>
a { background-color: #DEADF6; }
a { background-color: rgb(222,173,246); }
div.DivClassName
{
background-color: #DEADF6;
}
.BgClassName
{
background-color: #DEADF6;
}
</style>
border-color css
<style>
span { border-color: #DEADF6; }
span { border-color: rgb(222,173,246); }
td.TdClassName
{
border-color: #DEADF6;
}
.TagClassName
{
border-color: #DEADF6;
}
</style>