Shades of Mauve #D4AEEF
Tints of Mauve #D4AEEF
RGB
CMYK
RGB Variations
Color information
#D4AEEF (or 0xD4AEEF) is known color: Mauve. HEX triplet: D4, AE and EF. RGB value is (212,174,239). Sum of RGB (Red+Green+Blue) = 212+174+239=625 (82% of max value = 765). Red value is 212 (83.20% from 255 or 33.92% from 625); Green value is 174 (68.36% from 255 or 27.84% from 625); Blue value is 239 (93.75% from 255 or 38.24% from 625); Max value from RGB is 239 - color contains mainly: blue. Hex color #D4AEEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D4AEEF is #2B5110. Grayscale: #C0C0C0. Windows color (decimal): -2838801 or 15707860. OLE color: 15707860.
HSL color Cylindrical-coordinate representation of color #D4AEEF: hue angle of 275.08º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D4AEEF is Cyan = 0.11, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 212 | 174 | 239 | - |
| CMYK | 0.11 | 0.27 | 0 | 0.06 |
| HSL | 275.08º | 0.67% | 0.81% | - |
| HSV(B) | 275.08º | 0.27% | 0.94% | - |
| XYZ | 57.87 | 50.5 | 88.36 | - |
| YUV | 192.77 | 154.09 | 141.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 174 | 239 | 0.11 | 0.27 | 0 | 0.06 | 275.08 | 0.67 | 0.81 |
| Hex | D4 | AE | EF | B | 1B | 0 | 6 | 113 | 43 | 51 |
| Octal | 324 | 256 | 357 | 13 | 33 | 0 | 6 | 423 | 103 | 121 |
| Binary | 11010100 | 10101110 | 11101111 | 1011 | 11011 | 0 | 110 | 100010011 | 1000011 | 1010001 |
Color Harmonies of #D4AEEF
Complementary color
Monochromatic Colors of #D4AEEF
Black with #D4AEEF
Text Example
Text Example
White with #D4AEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4AEEF; }
p { color: rgb(212,174,239); }
H1.HeaderClassName
{
color: #D4AEEF;
}
.AnyTagClassName
{
color: #D4AEEF;
}
</style>
background-color css
<style>
a { background-color: #D4AEEF; }
a { background-color: rgb(212,174,239); }
div.DivClassName
{
background-color: #D4AEEF;
}
.BgClassName
{
background-color: #D4AEEF;
}
</style>
border-color css
<style>
span { border-color: #D4AEEF; }
span { border-color: rgb(212,174,239); }
td.TdClassName
{
border-color: #D4AEEF;
}
.TagClassName
{
border-color: #D4AEEF;
}
</style>