Shades of Mauve #DEADFE
Tints of Mauve #DEADFE
RGB
CMYK
RGB Variations
Color information
#DEADFE (or 0xDEADFE) is known color: Mauve. HEX triplet: DE, AD and FE. RGB value is (222,173,254). Sum of RGB (Red+Green+Blue) = 222+173+254=649 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.21% from 649); Green value is 173 (67.97% from 255 or 26.66% from 649); Blue value is 254 (99.61% from 255 or 39.14% from 649); Max value from RGB is 254 - color contains mainly: blue. Hex color #DEADFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEADFE is #215201. Grayscale: #C4C4C4. Windows color (decimal): -2183682 or 16690654. OLE color: 16690654.
HSL color Cylindrical-coordinate representation of color #DEADFE: hue angle of 276.3º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DEADFE is Cyan = 0.13, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 222 | 173 | 254 | - |
| CMYK | 0.13 | 0.32 | 0 | 0.00 |
| HSL | 276.3º | 0.98% | 0.84% | - |
| HSV(B) | 276.3º | 0.32% | 1% | - |
| XYZ | 62.96 | 52.57 | 100.6 | - |
| YUV | 196.89 | 160.23 | 145.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 173 | 254 | 0.13 | 0.32 | 0 | 0.00 | 276.3 | 0.98 | 0.84 |
| Hex | DE | AD | FE | D | 20 | 0 | 0 | 114 | 62 | 54 |
| Octal | 336 | 255 | 376 | 15 | 40 | 0 | 0 | 424 | 142 | 124 |
| Binary | 11011110 | 10101101 | 11111110 | 1101 | 100000 | 0 | 0 | 100010100 | 1100010 | 1010100 |
Color Harmonies of #DEADFE
Complementary color
Monochromatic Colors of #DEADFE
Black with #DEADFE
Text Example
Text Example
White with #DEADFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEADFE; }
p { color: rgb(222,173,254); }
H1.HeaderClassName
{
color: #DEADFE;
}
.AnyTagClassName
{
color: #DEADFE;
}
</style>
background-color css
<style>
a { background-color: #DEADFE; }
a { background-color: rgb(222,173,254); }
div.DivClassName
{
background-color: #DEADFE;
}
.BgClassName
{
background-color: #DEADFE;
}
</style>
border-color css
<style>
span { border-color: #DEADFE; }
span { border-color: rgb(222,173,254); }
td.TdClassName
{
border-color: #DEADFE;
}
.TagClassName
{
border-color: #DEADFE;
}
</style>