Shades of Mauve #D4ADFD
Tints of Mauve #D4ADFD
RGB
CMYK
RGB Variations
Color information
#D4ADFD (or 0xD4ADFD) is known color: Mauve. HEX triplet: D4, AD and FD. RGB value is (212,173,253). Sum of RGB (Red+Green+Blue) = 212+173+253=638 (84% of max value = 765). Red value is 212 (83.20% from 255 or 33.23% from 638); Green value is 173 (67.97% from 255 or 27.12% from 638); Blue value is 253 (99.22% from 255 or 39.66% from 638); Max value from RGB is 253 - color contains mainly: blue. Hex color #D4ADFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D4ADFD is #2B5202. Grayscale: #C1C1C1. Windows color (decimal): -2839043 or 16625108. OLE color: 16625108.
HSL color Cylindrical-coordinate representation of color #D4ADFD: hue angle of 269.25º 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 #D4ADFD is Cyan = 0.16, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 212 | 173 | 253 | - |
| CMYK | 0.16 | 0.32 | 0 | 0.01 |
| HSL | 269.25º | 0.95% | 0.84% | - |
| HSV(B) | 269.25º | 0.32% | 0.99% | - |
| XYZ | 59.82 | 50.98 | 99.61 | - |
| YUV | 193.78 | 161.42 | 141 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 173 | 253 | 0.16 | 0.32 | 0 | 0.01 | 269.25 | 0.95 | 0.84 |
| Hex | D4 | AD | FD | 10 | 20 | 0 | 1 | 10D | 5F | 54 |
| Octal | 324 | 255 | 375 | 20 | 40 | 0 | 1 | 415 | 137 | 124 |
| Binary | 11010100 | 10101101 | 11111101 | 10000 | 100000 | 0 | 1 | 100001101 | 1011111 | 1010100 |
Color Harmonies of #D4ADFD
Complementary color
Monochromatic Colors of #D4ADFD
Black with #D4ADFD
Text Example
Text Example
White with #D4ADFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4ADFD; }
p { color: rgb(212,173,253); }
H1.HeaderClassName
{
color: #D4ADFD;
}
.AnyTagClassName
{
color: #D4ADFD;
}
</style>
background-color css
<style>
a { background-color: #D4ADFD; }
a { background-color: rgb(212,173,253); }
div.DivClassName
{
background-color: #D4ADFD;
}
.BgClassName
{
background-color: #D4ADFD;
}
</style>
border-color css
<style>
span { border-color: #D4ADFD; }
span { border-color: rgb(212,173,253); }
td.TdClassName
{
border-color: #D4ADFD;
}
.TagClassName
{
border-color: #D4ADFD;
}
</style>