Shades of Mauve #D0ACF4
Tints of Mauve #D0ACF4
RGB
CMYK
RGB Variations
Color information
#D0ACF4 (or 0xD0ACF4) is known color: Mauve. HEX triplet: D0, AC and F4. RGB value is (208,172,244). Sum of RGB (Red+Green+Blue) = 208+172+244=624 (82% of max value = 765). Red value is 208 (81.64% from 255 or 33.33% from 624); Green value is 172 (67.58% from 255 or 27.56% from 624); Blue value is 244 (95.70% from 255 or 39.10% from 624); Max value from RGB is 244 - color contains mainly: blue. Hex color #D0ACF4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D0ACF4 is #2F530B. Grayscale: #BEBEBE. Windows color (decimal): -3101452 or 16035024. OLE color: 16035024.
HSL color Cylindrical-coordinate representation of color #D0ACF4: hue angle of 270º degrees, saturation: 0.77, 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 #D0ACF4 is Cyan = 0.15, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 208 | 172 | 244 | - |
| CMYK | 0.15 | 0.30 | 0 | 0.04 |
| HSL | 270º | 0.77% | 0.82% | - |
| HSV(B) | 270º | 0.3% | 0.96% | - |
| XYZ | 57.09 | 49.45 | 92.12 | - |
| YUV | 190.97 | 157.93 | 140.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 172 | 244 | 0.15 | 0.30 | 0 | 0.04 | 270 | 0.77 | 0.82 |
| Hex | D0 | AC | F4 | F | 1E | 0 | 4 | 10E | 4D | 52 |
| Octal | 320 | 254 | 364 | 17 | 36 | 0 | 4 | 416 | 115 | 122 |
| Binary | 11010000 | 10101100 | 11110100 | 1111 | 11110 | 0 | 100 | 100001110 | 1001101 | 1010010 |
Color Harmonies of #D0ACF4
Complementary color
Monochromatic Colors of #D0ACF4
Black with #D0ACF4
Text Example
Text Example
White with #D0ACF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0ACF4; }
p { color: rgb(208,172,244); }
H1.HeaderClassName
{
color: #D0ACF4;
}
.AnyTagClassName
{
color: #D0ACF4;
}
</style>
background-color css
<style>
a { background-color: #D0ACF4; }
a { background-color: rgb(208,172,244); }
div.DivClassName
{
background-color: #D0ACF4;
}
.BgClassName
{
background-color: #D0ACF4;
}
</style>
border-color css
<style>
span { border-color: #D0ACF4; }
span { border-color: rgb(208,172,244); }
td.TdClassName
{
border-color: #D0ACF4;
}
.TagClassName
{
border-color: #D0ACF4;
}
</style>