Shades of Mauve #D0ADF7
Tints of Mauve #D0ADF7
RGB
CMYK
RGB Variations
Color information
#D0ADF7 (or 0xD0ADF7) is known color: Mauve. HEX triplet: D0, AD and F7. RGB value is (208,173,247). Sum of RGB (Red+Green+Blue) = 208+173+247=628 (83% of max value = 765). Red value is 208 (81.64% from 255 or 33.12% from 628); Green value is 173 (67.97% from 255 or 27.55% from 628); Blue value is 247 (96.88% from 255 or 39.33% from 628); Max value from RGB is 247 - color contains mainly: blue. Hex color #D0ADF7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D0ADF7 is #2F5208. Grayscale: #BFBFBF. Windows color (decimal): -3101193 or 16231888. OLE color: 16231888.
HSL color Cylindrical-coordinate representation of color #D0ADF7: hue angle of 268.38º degrees, saturation: 0.82, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D0ADF7 is Cyan = 0.16, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 208 | 173 | 247 | - |
| CMYK | 0.16 | 0.30 | 0 | 0.03 |
| HSL | 268.38º | 0.82% | 0.82% | - |
| HSV(B) | 268.38º | 0.3% | 0.97% | - |
| XYZ | 57.74 | 50.01 | 94.61 | - |
| YUV | 191.9 | 159.1 | 139.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 173 | 247 | 0.16 | 0.30 | 0 | 0.03 | 268.38 | 0.82 | 0.82 |
| Hex | D0 | AD | F7 | 10 | 1E | 0 | 3 | 10C | 52 | 52 |
| Octal | 320 | 255 | 367 | 20 | 36 | 0 | 3 | 414 | 122 | 122 |
| Binary | 11010000 | 10101101 | 11110111 | 10000 | 11110 | 0 | 11 | 100001100 | 1010010 | 1010010 |
Color Harmonies of #D0ADF7
Complementary color
Monochromatic Colors of #D0ADF7
Black with #D0ADF7
Text Example
Text Example
White with #D0ADF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0ADF7; }
p { color: rgb(208,173,247); }
H1.HeaderClassName
{
color: #D0ADF7;
}
.AnyTagClassName
{
color: #D0ADF7;
}
</style>
background-color css
<style>
a { background-color: #D0ADF7; }
a { background-color: rgb(208,173,247); }
div.DivClassName
{
background-color: #D0ADF7;
}
.BgClassName
{
background-color: #D0ADF7;
}
</style>
border-color css
<style>
span { border-color: #D0ADF7; }
span { border-color: rgb(208,173,247); }
td.TdClassName
{
border-color: #D0ADF7;
}
.TagClassName
{
border-color: #D0ADF7;
}
</style>