Shades of Mauve #DEADFD
Tints of Mauve #DEADFD
RGB
CMYK
RGB Variations
Color information
#DEADFD (or 0xDEADFD) is known color: Mauve. HEX triplet: DE, AD and FD. RGB value is (222,173,253). Sum of RGB (Red+Green+Blue) = 222+173+253=648 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.26% from 648); Green value is 173 (67.97% from 255 or 26.70% from 648); Blue value is 253 (99.22% from 255 or 39.04% from 648); Max value from RGB is 253 - color contains mainly: blue. Hex color #DEADFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEADFD is #215202. Grayscale: #C4C4C4. Windows color (decimal): -2183683 or 16625118. OLE color: 16625118.
HSL color Cylindrical-coordinate representation of color #DEADFD: hue angle of 276.75º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DEADFD is Cyan = 0.12, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 222 | 173 | 253 | - |
| CMYK | 0.12 | 0.32 | 0 | 0.01 |
| HSL | 276.75º | 0.95% | 0.84% | - |
| HSV(B) | 276.75º | 0.32% | 0.99% | - |
| XYZ | 62.8 | 52.51 | 99.75 | - |
| YUV | 196.77 | 159.73 | 146 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 173 | 253 | 0.12 | 0.32 | 0 | 0.01 | 276.75 | 0.95 | 0.84 |
| Hex | DE | AD | FD | C | 20 | 0 | 1 | 115 | 5F | 54 |
| Octal | 336 | 255 | 375 | 14 | 40 | 0 | 1 | 425 | 137 | 124 |
| Binary | 11011110 | 10101101 | 11111101 | 1100 | 100000 | 0 | 1 | 100010101 | 1011111 | 1010100 |
Color Harmonies of #DEADFD
Complementary color
Monochromatic Colors of #DEADFD
Black with #DEADFD
Text Example
Text Example
White with #DEADFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEADFD; }
p { color: rgb(222,173,253); }
H1.HeaderClassName
{
color: #DEADFD;
}
.AnyTagClassName
{
color: #DEADFD;
}
</style>
background-color css
<style>
a { background-color: #DEADFD; }
a { background-color: rgb(222,173,253); }
div.DivClassName
{
background-color: #DEADFD;
}
.BgClassName
{
background-color: #DEADFD;
}
</style>
border-color css
<style>
span { border-color: #DEADFD; }
span { border-color: rgb(222,173,253); }
td.TdClassName
{
border-color: #DEADFD;
}
.TagClassName
{
border-color: #DEADFD;
}
</style>