Shades of Mauve #D4ABEE
Tints of Mauve #D4ABEE
RGB
CMYK
RGB Variations
Color information
#D4ABEE (or 0xD4ABEE) is known color: Mauve. HEX triplet: D4, AB and EE. RGB value is (212,171,238). Sum of RGB (Red+Green+Blue) = 212+171+238=621 (82% of max value = 765). Red value is 212 (83.20% from 255 or 34.14% from 621); Green value is 171 (67.19% from 255 or 27.54% from 621); Blue value is 238 (93.36% from 255 or 38.33% from 621); Max value from RGB is 238 - color contains mainly: blue. Hex color #D4ABEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D4ABEE is #2B5411. Grayscale: #BEBEBE. Windows color (decimal): -2839570 or 15641556. OLE color: 15641556.
HSL color Cylindrical-coordinate representation of color #D4ABEE: hue angle of 276.72º degrees, saturation: 0.66, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D4ABEE is Cyan = 0.11, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 212 | 171 | 238 | - |
| CMYK | 0.11 | 0.28 | 0 | 0.07 |
| HSL | 276.72º | 0.66% | 0.8% | - |
| HSV(B) | 276.72º | 0.28% | 0.93% | - |
| XYZ | 57.15 | 49.3 | 87.39 | - |
| YUV | 190.9 | 154.58 | 143.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 171 | 238 | 0.11 | 0.28 | 0 | 0.07 | 276.72 | 0.66 | 0.8 |
| Hex | D4 | AB | EE | B | 1C | 0 | 7 | 115 | 42 | 50 |
| Octal | 324 | 253 | 356 | 13 | 34 | 0 | 7 | 425 | 102 | 120 |
| Binary | 11010100 | 10101011 | 11101110 | 1011 | 11100 | 0 | 111 | 100010101 | 1000010 | 1010000 |
Color Harmonies of #D4ABEE
Complementary color
Monochromatic Colors of #D4ABEE
Black with #D4ABEE
Text Example
Text Example
White with #D4ABEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4ABEE; }
p { color: rgb(212,171,238); }
H1.HeaderClassName
{
color: #D4ABEE;
}
.AnyTagClassName
{
color: #D4ABEE;
}
</style>
background-color css
<style>
a { background-color: #D4ABEE; }
a { background-color: rgb(212,171,238); }
div.DivClassName
{
background-color: #D4ABEE;
}
.BgClassName
{
background-color: #D4ABEE;
}
</style>
border-color css
<style>
span { border-color: #D4ABEE; }
span { border-color: rgb(212,171,238); }
td.TdClassName
{
border-color: #D4ABEE;
}
.TagClassName
{
border-color: #D4ABEE;
}
</style>