Shades of Mauve #D2ACF6
Tints of Mauve #D2ACF6
RGB
CMYK
RGB Variations
Color information
#D2ACF6 (or 0xD2ACF6) is known color: Mauve. HEX triplet: D2, AC and F6. RGB value is (210,172,246). Sum of RGB (Red+Green+Blue) = 210+172+246=628 (83% of max value = 765). Red value is 210 (82.42% from 255 or 33.44% from 628); Green value is 172 (67.58% from 255 or 27.39% from 628); Blue value is 246 (96.48% from 255 or 39.17% from 628); Max value from RGB is 246 - color contains mainly: blue. Hex color #D2ACF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D2ACF6 is #2D5309. Grayscale: #BFBFBF. Windows color (decimal): -2970378 or 16166098. OLE color: 16166098.
HSL color Cylindrical-coordinate representation of color #D2ACF6: hue angle of 270.81º 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 #D2ACF6 is Cyan = 0.15, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 210 | 172 | 246 | - |
| CMYK | 0.15 | 0.30 | 0 | 0.04 |
| HSL | 270.81º | 0.8% | 0.82% | - |
| HSV(B) | 270.81º | 0.3% | 0.96% | - |
| XYZ | 57.97 | 49.86 | 93.76 | - |
| YUV | 191.8 | 158.59 | 140.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 172 | 246 | 0.15 | 0.30 | 0 | 0.04 | 270.81 | 0.8 | 0.82 |
| Hex | D2 | AC | F6 | F | 1E | 0 | 4 | 10F | 50 | 52 |
| Octal | 322 | 254 | 366 | 17 | 36 | 0 | 4 | 417 | 120 | 122 |
| Binary | 11010010 | 10101100 | 11110110 | 1111 | 11110 | 0 | 100 | 100001111 | 1010000 | 1010010 |
Color Harmonies of #D2ACF6
Complementary color
Monochromatic Colors of #D2ACF6
Black with #D2ACF6
Text Example
Text Example
White with #D2ACF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2ACF6; }
p { color: rgb(210,172,246); }
H1.HeaderClassName
{
color: #D2ACF6;
}
.AnyTagClassName
{
color: #D2ACF6;
}
</style>
background-color css
<style>
a { background-color: #D2ACF6; }
a { background-color: rgb(210,172,246); }
div.DivClassName
{
background-color: #D2ACF6;
}
.BgClassName
{
background-color: #D2ACF6;
}
</style>
border-color css
<style>
span { border-color: #D2ACF6; }
span { border-color: rgb(210,172,246); }
td.TdClassName
{
border-color: #D2ACF6;
}
.TagClassName
{
border-color: #D2ACF6;
}
</style>