Shades of Mauve #D0ADF1
Tints of Mauve #D0ADF1
RGB
CMYK
RGB Variations
Color information
#D0ADF1 (or 0xD0ADF1) is known color: Mauve. HEX triplet: D0, AD and F1. RGB value is (208,173,241). Sum of RGB (Red+Green+Blue) = 208+173+241=622 (82% of max value = 765). Red value is 208 (81.64% from 255 or 33.44% from 622); Green value is 173 (67.97% from 255 or 27.81% from 622); Blue value is 241 (94.53% from 255 or 38.75% from 622); Max value from RGB is 241 - color contains mainly: blue. Hex color #D0ADF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D0ADF1 is #2F520E. Grayscale: #BEBEBE. Windows color (decimal): -3101199 or 15838672. OLE color: 15838672.
HSL color Cylindrical-coordinate representation of color #D0ADF1: hue angle of 270.88º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D0ADF1 is Cyan = 0.14, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 208 | 173 | 241 | - |
| CMYK | 0.14 | 0.28 | 0 | 0.05 |
| HSL | 270.88º | 0.71% | 0.81% | - |
| HSV(B) | 270.88º | 0.28% | 0.95% | - |
| XYZ | 56.83 | 49.65 | 89.81 | - |
| YUV | 191.22 | 156.1 | 139.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 173 | 241 | 0.14 | 0.28 | 0 | 0.05 | 270.88 | 0.71 | 0.81 |
| Hex | D0 | AD | F1 | E | 1C | 0 | 5 | 10F | 47 | 51 |
| Octal | 320 | 255 | 361 | 16 | 34 | 0 | 5 | 417 | 107 | 121 |
| Binary | 11010000 | 10101101 | 11110001 | 1110 | 11100 | 0 | 101 | 100001111 | 1000111 | 1010001 |
Color Harmonies of #D0ADF1
Complementary color
Monochromatic Colors of #D0ADF1
Black with #D0ADF1
Text Example
Text Example
White with #D0ADF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0ADF1; }
p { color: rgb(208,173,241); }
H1.HeaderClassName
{
color: #D0ADF1;
}
.AnyTagClassName
{
color: #D0ADF1;
}
</style>
background-color css
<style>
a { background-color: #D0ADF1; }
a { background-color: rgb(208,173,241); }
div.DivClassName
{
background-color: #D0ADF1;
}
.BgClassName
{
background-color: #D0ADF1;
}
</style>
border-color css
<style>
span { border-color: #D0ADF1; }
span { border-color: rgb(208,173,241); }
td.TdClassName
{
border-color: #D0ADF1;
}
.TagClassName
{
border-color: #D0ADF1;
}
</style>