Shades of Mauve #D2ABEE
Tints of Mauve #D2ABEE
RGB
CMYK
RGB Variations
Color information
#D2ABEE (or 0xD2ABEE) is known color: Mauve. HEX triplet: D2, AB and EE. RGB value is (210,171,238). Sum of RGB (Red+Green+Blue) = 210+171+238=619 (81% of max value = 765). Red value is 210 (82.42% from 255 or 33.93% from 619); Green value is 171 (67.19% from 255 or 27.63% from 619); Blue value is 238 (93.36% from 255 or 38.45% from 619); Max value from RGB is 238 - color contains mainly: blue. Hex color #D2ABEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D2ABEE is #2D5411. Grayscale: #BEBEBE. Windows color (decimal): -2970642 or 15641554. OLE color: 15641554.
HSL color Cylindrical-coordinate representation of color #D2ABEE: hue angle of 274.93º 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 #D2ABEE is Cyan = 0.12, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 210 | 171 | 238 | - |
| CMYK | 0.12 | 0.28 | 0 | 0.07 |
| HSL | 274.93º | 0.66% | 0.8% | - |
| HSV(B) | 274.93º | 0.28% | 0.93% | - |
| XYZ | 56.57 | 49 | 87.37 | - |
| YUV | 190.3 | 154.92 | 142.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 171 | 238 | 0.12 | 0.28 | 0 | 0.07 | 274.93 | 0.66 | 0.8 |
| Hex | D2 | AB | EE | C | 1C | 0 | 7 | 113 | 42 | 50 |
| Octal | 322 | 253 | 356 | 14 | 34 | 0 | 7 | 423 | 102 | 120 |
| Binary | 11010010 | 10101011 | 11101110 | 1100 | 11100 | 0 | 111 | 100010011 | 1000010 | 1010000 |
Color Harmonies of #D2ABEE
Complementary color
Monochromatic Colors of #D2ABEE
Black with #D2ABEE
Text Example
Text Example
White with #D2ABEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2ABEE; }
p { color: rgb(210,171,238); }
H1.HeaderClassName
{
color: #D2ABEE;
}
.AnyTagClassName
{
color: #D2ABEE;
}
</style>
background-color css
<style>
a { background-color: #D2ABEE; }
a { background-color: rgb(210,171,238); }
div.DivClassName
{
background-color: #D2ABEE;
}
.BgClassName
{
background-color: #D2ABEE;
}
</style>
border-color css
<style>
span { border-color: #D2ABEE; }
span { border-color: rgb(210,171,238); }
td.TdClassName
{
border-color: #D2ABEE;
}
.TagClassName
{
border-color: #D2ABEE;
}
</style>