Shades of Mauve #D29EFC
Tints of Mauve #D29EFC
RGB
CMYK
RGB Variations
Color information
#D29EFC (or 0xD29EFC) is known color: Mauve. HEX triplet: D2, 9E and FC. RGB value is (210,158,252). Sum of RGB (Red+Green+Blue) = 210+158+252=620 (82% of max value = 765). Red value is 210 (82.42% from 255 or 33.87% from 620); Green value is 158 (62.11% from 255 or 25.48% from 620); Blue value is 252 (98.83% from 255 or 40.65% from 620); Max value from RGB is 252 - color contains mainly: blue. Hex color #D29EFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D29EFC is #2D6103. Grayscale: #B7B7B7. Windows color (decimal): -2973956 or 16555730. OLE color: 16555730.
HSL color Cylindrical-coordinate representation of color #D29EFC: hue angle of 273.19º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D29EFC is Cyan = 0.17, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 210 | 158 | 252 | - |
| CMYK | 0.17 | 0.37 | 0 | 0.01 |
| HSL | 273.19º | 0.94% | 0.8% | - |
| HSV(B) | 273.19º | 0.37% | 0.99% | - |
| XYZ | 56.38 | 45.18 | 97.85 | - |
| YUV | 184.26 | 166.23 | 146.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 158 | 252 | 0.17 | 0.37 | 0 | 0.01 | 273.19 | 0.94 | 0.8 |
| Hex | D2 | 9E | FC | 11 | 25 | 0 | 1 | 111 | 5E | 50 |
| Octal | 322 | 236 | 374 | 21 | 45 | 0 | 1 | 421 | 136 | 120 |
| Binary | 11010010 | 10011110 | 11111100 | 10001 | 100101 | 0 | 1 | 100010001 | 1011110 | 1010000 |
Color Harmonies of #D29EFC
Complementary color
Monochromatic Colors of #D29EFC
Black with #D29EFC
Text Example
Text Example
White with #D29EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29EFC; }
p { color: rgb(210,158,252); }
H1.HeaderClassName
{
color: #D29EFC;
}
.AnyTagClassName
{
color: #D29EFC;
}
</style>
background-color css
<style>
a { background-color: #D29EFC; }
a { background-color: rgb(210,158,252); }
div.DivClassName
{
background-color: #D29EFC;
}
.BgClassName
{
background-color: #D29EFC;
}
</style>
border-color css
<style>
span { border-color: #D29EFC; }
span { border-color: rgb(210,158,252); }
td.TdClassName
{
border-color: #D29EFC;
}
.TagClassName
{
border-color: #D29EFC;
}
</style>