Shades of Mauve #D2B0EF
Tints of Mauve #D2B0EF
RGB
CMYK
RGB Variations
Color information
#D2B0EF (or 0xD2B0EF) is known color: Mauve. HEX triplet: D2, B0 and EF. RGB value is (210,176,239). Sum of RGB (Red+Green+Blue) = 210+176+239=625 (82% of max value = 765). Red value is 210 (82.42% from 255 or 33.6% from 625); Green value is 176 (69.14% from 255 or 28.16% 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 #D2B0EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D2B0EF is #2D4F10. Grayscale: #C1C1C1. Windows color (decimal): -2969361 or 15708370. OLE color: 15708370.
HSL color Cylindrical-coordinate representation of color #D2B0EF: hue angle of 272.38º degrees, saturation: 0.66, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D2B0EF is Cyan = 0.12, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 210 | 176 | 239 | - |
| CMYK | 0.12 | 0.26 | 0 | 0.06 |
| HSL | 272.38º | 0.66% | 0.81% | - |
| HSV(B) | 272.38º | 0.26% | 0.94% | - |
| XYZ | 57.68 | 50.98 | 88.46 | - |
| YUV | 193.35 | 153.76 | 139.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 176 | 239 | 0.12 | 0.26 | 0 | 0.06 | 272.38 | 0.66 | 0.81 |
| Hex | D2 | B0 | EF | C | 1A | 0 | 6 | 110 | 42 | 51 |
| Octal | 322 | 260 | 357 | 14 | 32 | 0 | 6 | 420 | 102 | 121 |
| Binary | 11010010 | 10110000 | 11101111 | 1100 | 11010 | 0 | 110 | 100010000 | 1000010 | 1010001 |
Color Harmonies of #D2B0EF
Complementary color
Monochromatic Colors of #D2B0EF
Black with #D2B0EF
Text Example
Text Example
White with #D2B0EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B0EF; }
p { color: rgb(210,176,239); }
H1.HeaderClassName
{
color: #D2B0EF;
}
.AnyTagClassName
{
color: #D2B0EF;
}
</style>
background-color css
<style>
a { background-color: #D2B0EF; }
a { background-color: rgb(210,176,239); }
div.DivClassName
{
background-color: #D2B0EF;
}
.BgClassName
{
background-color: #D2B0EF;
}
</style>
border-color css
<style>
span { border-color: #D2B0EF; }
span { border-color: rgb(210,176,239); }
td.TdClassName
{
border-color: #D2B0EF;
}
.TagClassName
{
border-color: #D2B0EF;
}
</style>