Shades of Mauve #D0ACF3
Tints of Mauve #D0ACF3
RGB
CMYK
RGB Variations
Color information
#D0ACF3 (or 0xD0ACF3) is known color: Mauve. HEX triplet: D0, AC and F3. RGB value is (208,172,243). Sum of RGB (Red+Green+Blue) = 208+172+243=623 (82% of max value = 765). Red value is 208 (81.64% from 255 or 33.39% from 623); Green value is 172 (67.58% from 255 or 27.61% from 623); Blue value is 243 (95.31% from 255 or 39.00% from 623); Max value from RGB is 243 - color contains mainly: blue. Hex color #D0ACF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D0ACF3 is #2F530C. Grayscale: #BEBEBE. Windows color (decimal): -3101453 or 15969488. OLE color: 15969488.
HSL color Cylindrical-coordinate representation of color #D0ACF3: hue angle of 270.42º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D0ACF3 is Cyan = 0.14, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 208 | 172 | 243 | - |
| CMYK | 0.14 | 0.29 | 0 | 0.05 |
| HSL | 270.42º | 0.75% | 0.81% | - |
| HSV(B) | 270.42º | 0.29% | 0.95% | - |
| XYZ | 56.94 | 49.39 | 91.33 | - |
| YUV | 190.86 | 157.43 | 140.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 172 | 243 | 0.14 | 0.29 | 0 | 0.05 | 270.42 | 0.75 | 0.81 |
| Hex | D0 | AC | F3 | E | 1D | 0 | 5 | 10E | 4B | 51 |
| Octal | 320 | 254 | 363 | 16 | 35 | 0 | 5 | 416 | 113 | 121 |
| Binary | 11010000 | 10101100 | 11110011 | 1110 | 11101 | 0 | 101 | 100001110 | 1001011 | 1010001 |
Color Harmonies of #D0ACF3
Complementary color
Monochromatic Colors of #D0ACF3
Black with #D0ACF3
Text Example
Text Example
White with #D0ACF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0ACF3; }
p { color: rgb(208,172,243); }
H1.HeaderClassName
{
color: #D0ACF3;
}
.AnyTagClassName
{
color: #D0ACF3;
}
</style>
background-color css
<style>
a { background-color: #D0ACF3; }
a { background-color: rgb(208,172,243); }
div.DivClassName
{
background-color: #D0ACF3;
}
.BgClassName
{
background-color: #D0ACF3;
}
</style>
border-color css
<style>
span { border-color: #D0ACF3; }
span { border-color: rgb(208,172,243); }
td.TdClassName
{
border-color: #D0ACF3;
}
.TagClassName
{
border-color: #D0ACF3;
}
</style>