Shades of Mauve #D2ABEF
Tints of Mauve #D2ABEF
RGB
CMYK
RGB Variations
Color information
#D2ABEF (or 0xD2ABEF) is known color: Mauve. HEX triplet: D2, AB and EF. RGB value is (210,171,239). Sum of RGB (Red+Green+Blue) = 210+171+239=620 (82% of max value = 765). Red value is 210 (82.42% from 255 or 33.87% from 620); Green value is 171 (67.19% from 255 or 27.58% from 620); Blue value is 239 (93.75% from 255 or 38.55% from 620); Max value from RGB is 239 - color contains mainly: blue. Hex color #D2ABEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D2ABEF is #2D5410. Grayscale: #BEBEBE. Windows color (decimal): -2970641 or 15707090. OLE color: 15707090.
HSL color Cylindrical-coordinate representation of color #D2ABEF: hue angle of 274.41º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D2ABEF is Cyan = 0.12, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 210 | 171 | 239 | - |
| CMYK | 0.12 | 0.28 | 0 | 0.06 |
| HSL | 274.41º | 0.68% | 0.8% | - |
| HSV(B) | 274.41º | 0.28% | 0.94% | - |
| XYZ | 56.72 | 49.06 | 88.14 | - |
| YUV | 190.41 | 155.42 | 141.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 171 | 239 | 0.12 | 0.28 | 0 | 0.06 | 274.41 | 0.68 | 0.8 |
| Hex | D2 | AB | EF | C | 1C | 0 | 6 | 112 | 44 | 50 |
| Octal | 322 | 253 | 357 | 14 | 34 | 0 | 6 | 422 | 104 | 120 |
| Binary | 11010010 | 10101011 | 11101111 | 1100 | 11100 | 0 | 110 | 100010010 | 1000100 | 1010000 |
Color Harmonies of #D2ABEF
Complementary color
Monochromatic Colors of #D2ABEF
Black with #D2ABEF
Text Example
Text Example
White with #D2ABEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2ABEF; }
p { color: rgb(210,171,239); }
H1.HeaderClassName
{
color: #D2ABEF;
}
.AnyTagClassName
{
color: #D2ABEF;
}
</style>
background-color css
<style>
a { background-color: #D2ABEF; }
a { background-color: rgb(210,171,239); }
div.DivClassName
{
background-color: #D2ABEF;
}
.BgClassName
{
background-color: #D2ABEF;
}
</style>
border-color css
<style>
span { border-color: #D2ABEF; }
span { border-color: rgb(210,171,239); }
td.TdClassName
{
border-color: #D2ABEF;
}
.TagClassName
{
border-color: #D2ABEF;
}
</style>