Shades of Mauve #D0AFF6
Tints of Mauve #D0AFF6
RGB
CMYK
RGB Variations
Color information
#D0AFF6 (or 0xD0AFF6) is known color: Mauve. HEX triplet: D0, AF and F6. RGB value is (208,175,246). Sum of RGB (Red+Green+Blue) = 208+175+246=629 (83% of max value = 765). Red value is 208 (81.64% from 255 or 33.07% from 629); Green value is 175 (68.75% from 255 or 27.82% from 629); Blue value is 246 (96.48% from 255 or 39.11% from 629); Max value from RGB is 246 - color contains mainly: blue. Hex color #D0AFF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D0AFF6 is #2F5009. Grayscale: #C0C0C0. Windows color (decimal): -3100682 or 16166864. OLE color: 16166864.
HSL color Cylindrical-coordinate representation of color #D0AFF6: hue angle of 267.89º degrees, saturation: 0.8, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D0AFF6 is Cyan = 0.15, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 208 | 175 | 246 | - |
| CMYK | 0.15 | 0.29 | 0 | 0.04 |
| HSL | 267.89º | 0.8% | 0.83% | - |
| HSV(B) | 267.89º | 0.29% | 0.96% | - |
| XYZ | 57.98 | 50.72 | 93.92 | - |
| YUV | 192.96 | 157.93 | 138.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 175 | 246 | 0.15 | 0.29 | 0 | 0.04 | 267.89 | 0.8 | 0.83 |
| Hex | D0 | AF | F6 | F | 1D | 0 | 4 | 10C | 50 | 53 |
| Octal | 320 | 257 | 366 | 17 | 35 | 0 | 4 | 414 | 120 | 123 |
| Binary | 11010000 | 10101111 | 11110110 | 1111 | 11101 | 0 | 100 | 100001100 | 1010000 | 1010011 |
Color Harmonies of #D0AFF6
Complementary color
Monochromatic Colors of #D0AFF6
Black with #D0AFF6
Text Example
Text Example
White with #D0AFF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0AFF6; }
p { color: rgb(208,175,246); }
H1.HeaderClassName
{
color: #D0AFF6;
}
.AnyTagClassName
{
color: #D0AFF6;
}
</style>
background-color css
<style>
a { background-color: #D0AFF6; }
a { background-color: rgb(208,175,246); }
div.DivClassName
{
background-color: #D0AFF6;
}
.BgClassName
{
background-color: #D0AFF6;
}
</style>
border-color css
<style>
span { border-color: #D0AFF6; }
span { border-color: rgb(208,175,246); }
td.TdClassName
{
border-color: #D0AFF6;
}
.TagClassName
{
border-color: #D0AFF6;
}
</style>