Shades of Mauve #D29EFB
Tints of Mauve #D29EFB
RGB
CMYK
RGB Variations
Color information
#D29EFB (or 0xD29EFB) is known color: Mauve. HEX triplet: D2, 9E and FB. RGB value is (210,158,251). Sum of RGB (Red+Green+Blue) = 210+158+251=619 (81% of max value = 765). Red value is 210 (82.42% from 255 or 33.93% from 619); Green value is 158 (62.11% from 255 or 25.53% from 619); Blue value is 251 (98.44% from 255 or 40.55% from 619); Max value from RGB is 251 - color contains mainly: blue. Hex color #D29EFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D29EFB is #2D6104. Grayscale: #B7B7B7. Windows color (decimal): -2973957 or 16490194. OLE color: 16490194.
HSL color Cylindrical-coordinate representation of color #D29EFB: hue angle of 273.55º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D29EFB is Cyan = 0.16, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 210 | 158 | 251 | - |
| CMYK | 0.16 | 0.37 | 0 | 0.02 |
| HSL | 273.55º | 0.92% | 0.8% | - |
| HSV(B) | 273.55º | 0.37% | 0.98% | - |
| XYZ | 56.22 | 45.12 | 97.01 | - |
| YUV | 184.15 | 165.73 | 146.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 158 | 251 | 0.16 | 0.37 | 0 | 0.02 | 273.55 | 0.92 | 0.8 |
| Hex | D2 | 9E | FB | 10 | 25 | 0 | 2 | 112 | 5C | 50 |
| Octal | 322 | 236 | 373 | 20 | 45 | 0 | 2 | 422 | 134 | 120 |
| Binary | 11010010 | 10011110 | 11111011 | 10000 | 100101 | 0 | 10 | 100010010 | 1011100 | 1010000 |
Color Harmonies of #D29EFB
Complementary color
Monochromatic Colors of #D29EFB
Black with #D29EFB
Text Example
Text Example
White with #D29EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29EFB; }
p { color: rgb(210,158,251); }
H1.HeaderClassName
{
color: #D29EFB;
}
.AnyTagClassName
{
color: #D29EFB;
}
</style>
background-color css
<style>
a { background-color: #D29EFB; }
a { background-color: rgb(210,158,251); }
div.DivClassName
{
background-color: #D29EFB;
}
.BgClassName
{
background-color: #D29EFB;
}
</style>
border-color css
<style>
span { border-color: #D29EFB; }
span { border-color: rgb(210,158,251); }
td.TdClassName
{
border-color: #D29EFB;
}
.TagClassName
{
border-color: #D29EFB;
}
</style>