Shades of Mauve #D0ADF6
Tints of Mauve #D0ADF6
RGB
CMYK
RGB Variations
Color information
#D0ADF6 (or 0xD0ADF6) is known color: Mauve. HEX triplet: D0, AD and F6. RGB value is (208,173,246). Sum of RGB (Red+Green+Blue) = 208+173+246=627 (83% of max value = 765). Red value is 208 (81.64% from 255 or 33.17% from 627); Green value is 173 (67.97% from 255 or 27.59% from 627); Blue value is 246 (96.48% from 255 or 39.23% from 627); Max value from RGB is 246 - color contains mainly: blue. Hex color #D0ADF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D0ADF6 is #2F5209. Grayscale: #BFBFBF. Windows color (decimal): -3101194 or 16166352. OLE color: 16166352.
HSL color Cylindrical-coordinate representation of color #D0ADF6: hue angle of 268.77º degrees, saturation: 0.8, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D0ADF6 is Cyan = 0.15, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 208 | 173 | 246 | - |
| CMYK | 0.15 | 0.30 | 0 | 0.04 |
| HSL | 268.77º | 0.8% | 0.82% | - |
| HSV(B) | 268.77º | 0.3% | 0.96% | - |
| XYZ | 57.59 | 49.95 | 93.79 | - |
| YUV | 191.79 | 158.6 | 139.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 173 | 246 | 0.15 | 0.30 | 0 | 0.04 | 268.77 | 0.8 | 0.82 |
| Hex | D0 | AD | F6 | F | 1E | 0 | 4 | 10D | 50 | 52 |
| Octal | 320 | 255 | 366 | 17 | 36 | 0 | 4 | 415 | 120 | 122 |
| Binary | 11010000 | 10101101 | 11110110 | 1111 | 11110 | 0 | 100 | 100001101 | 1010000 | 1010010 |
Color Harmonies of #D0ADF6
Complementary color
Monochromatic Colors of #D0ADF6
Black with #D0ADF6
Text Example
Text Example
White with #D0ADF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0ADF6; }
p { color: rgb(208,173,246); }
H1.HeaderClassName
{
color: #D0ADF6;
}
.AnyTagClassName
{
color: #D0ADF6;
}
</style>
background-color css
<style>
a { background-color: #D0ADF6; }
a { background-color: rgb(208,173,246); }
div.DivClassName
{
background-color: #D0ADF6;
}
.BgClassName
{
background-color: #D0ADF6;
}
</style>
border-color css
<style>
span { border-color: #D0ADF6; }
span { border-color: rgb(208,173,246); }
td.TdClassName
{
border-color: #D0ADF6;
}
.TagClassName
{
border-color: #D0ADF6;
}
</style>