Shades of Mauve #DEADF2
Tints of Mauve #DEADF2
RGB
CMYK
RGB Variations
Color information
#DEADF2 (or 0xDEADF2) is known color: Mauve. HEX triplet: DE, AD and F2. RGB value is (222,173,242). Sum of RGB (Red+Green+Blue) = 222+173+242=637 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.85% from 637); Green value is 173 (67.97% from 255 or 27.16% from 637); Blue value is 242 (94.92% from 255 or 37.99% from 637); Max value from RGB is 242 - color contains mainly: blue. Hex color #DEADF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEADF2 is #21520D. Grayscale: #C3C3C3. Windows color (decimal): -2183694 or 15904222. OLE color: 15904222.
HSL color Cylindrical-coordinate representation of color #DEADF2: hue angle of 282.61º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DEADF2 is Cyan = 0.08, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 222 | 173 | 242 | - |
| CMYK | 0.08 | 0.29 | 0 | 0.05 |
| HSL | 282.61º | 0.73% | 0.81% | - |
| HSV(B) | 282.61º | 0.29% | 0.95% | - |
| XYZ | 61.09 | 51.83 | 90.79 | - |
| YUV | 195.52 | 154.23 | 146.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 173 | 242 | 0.08 | 0.29 | 0 | 0.05 | 282.61 | 0.73 | 0.81 |
| Hex | DE | AD | F2 | 8 | 1D | 0 | 5 | 11B | 49 | 51 |
| Octal | 336 | 255 | 362 | 10 | 35 | 0 | 5 | 433 | 111 | 121 |
| Binary | 11011110 | 10101101 | 11110010 | 1000 | 11101 | 0 | 101 | 100011011 | 1001001 | 1010001 |
Color Harmonies of #DEADF2
Complementary color
Monochromatic Colors of #DEADF2
Black with #DEADF2
Text Example
Text Example
White with #DEADF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEADF2; }
p { color: rgb(222,173,242); }
H1.HeaderClassName
{
color: #DEADF2;
}
.AnyTagClassName
{
color: #DEADF2;
}
</style>
background-color css
<style>
a { background-color: #DEADF2; }
a { background-color: rgb(222,173,242); }
div.DivClassName
{
background-color: #DEADF2;
}
.BgClassName
{
background-color: #DEADF2;
}
</style>
border-color css
<style>
span { border-color: #DEADF2; }
span { border-color: rgb(222,173,242); }
td.TdClassName
{
border-color: #DEADF2;
}
.TagClassName
{
border-color: #DEADF2;
}
</style>