Shades of Mauve #D4ACEF
Tints of Mauve #D4ACEF
RGB
CMYK
RGB Variations
Color information
#D4ACEF (or 0xD4ACEF) is known color: Mauve. HEX triplet: D4, AC and EF. RGB value is (212,172,239). Sum of RGB (Red+Green+Blue) = 212+172+239=623 (82% of max value = 765). Red value is 212 (83.20% from 255 or 34.03% from 623); Green value is 172 (67.58% from 255 or 27.61% from 623); Blue value is 239 (93.75% from 255 or 38.36% from 623); Max value from RGB is 239 - color contains mainly: blue. Hex color #D4ACEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D4ACEF is #2B5310. Grayscale: #BFBFBF. Windows color (decimal): -2839313 or 15707348. OLE color: 15707348.
HSL color Cylindrical-coordinate representation of color #D4ACEF: hue angle of 275.82º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D4ACEF is Cyan = 0.11, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 212 | 172 | 239 | - |
| CMYK | 0.11 | 0.28 | 0 | 0.06 |
| HSL | 275.82º | 0.68% | 0.81% | - |
| HSV(B) | 275.82º | 0.28% | 0.94% | - |
| XYZ | 57.48 | 49.73 | 88.23 | - |
| YUV | 191.6 | 154.75 | 142.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 172 | 239 | 0.11 | 0.28 | 0 | 0.06 | 275.82 | 0.68 | 0.81 |
| Hex | D4 | AC | EF | B | 1C | 0 | 6 | 114 | 44 | 51 |
| Octal | 324 | 254 | 357 | 13 | 34 | 0 | 6 | 424 | 104 | 121 |
| Binary | 11010100 | 10101100 | 11101111 | 1011 | 11100 | 0 | 110 | 100010100 | 1000100 | 1010001 |
Color Harmonies of #D4ACEF
Complementary color
Monochromatic Colors of #D4ACEF
Black with #D4ACEF
Text Example
Text Example
White with #D4ACEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4ACEF; }
p { color: rgb(212,172,239); }
H1.HeaderClassName
{
color: #D4ACEF;
}
.AnyTagClassName
{
color: #D4ACEF;
}
</style>
background-color css
<style>
a { background-color: #D4ACEF; }
a { background-color: rgb(212,172,239); }
div.DivClassName
{
background-color: #D4ACEF;
}
.BgClassName
{
background-color: #D4ACEF;
}
</style>
border-color css
<style>
span { border-color: #D4ACEF; }
span { border-color: rgb(212,172,239); }
td.TdClassName
{
border-color: #D4ACEF;
}
.TagClassName
{
border-color: #D4ACEF;
}
</style>