Shades of Mauve #D9B4ED
Tints of Mauve #D9B4ED
RGB
CMYK
RGB Variations
Color information
#D9B4ED (or 0xD9B4ED) is known color: Mauve. HEX triplet: D9, B4 and ED. RGB value is (217,180,237). Sum of RGB (Red+Green+Blue) = 217+180+237=634 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.23% from 634); Green value is 180 (70.70% from 255 or 28.39% from 634); Blue value is 237 (92.97% from 255 or 37.38% from 634); Max value from RGB is 237 - color contains mainly: blue. Hex color #D9B4ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9B4ED is #264B12. Grayscale: #C5C5C5. Windows color (decimal): -2509587 or 15578329. OLE color: 15578329.
HSL color Cylindrical-coordinate representation of color #D9B4ED: hue angle of 278.95º degrees, saturation: 0.61, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D9B4ED is Cyan = 0.08, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 217 | 180 | 237 | - |
| CMYK | 0.08 | 0.24 | 0 | 0.07 |
| HSL | 278.95º | 0.61% | 0.82% | - |
| HSV(B) | 278.95º | 0.24% | 0.93% | - |
| XYZ | 60.22 | 53.51 | 87.27 | - |
| YUV | 197.56 | 150.26 | 141.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 180 | 237 | 0.08 | 0.24 | 0 | 0.07 | 278.95 | 0.61 | 0.82 |
| Hex | D9 | B4 | ED | 8 | 18 | 0 | 7 | 117 | 3D | 52 |
| Octal | 331 | 264 | 355 | 10 | 30 | 0 | 7 | 427 | 75 | 122 |
| Binary | 11011001 | 10110100 | 11101101 | 1000 | 11000 | 0 | 111 | 100010111 | 111101 | 1010010 |
Color Harmonies of #D9B4ED
Complementary color
Monochromatic Colors of #D9B4ED
Black with #D9B4ED
Text Example
Text Example
White with #D9B4ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9B4ED; }
p { color: rgb(217,180,237); }
H1.HeaderClassName
{
color: #D9B4ED;
}
.AnyTagClassName
{
color: #D9B4ED;
}
</style>
background-color css
<style>
a { background-color: #D9B4ED; }
a { background-color: rgb(217,180,237); }
div.DivClassName
{
background-color: #D9B4ED;
}
.BgClassName
{
background-color: #D9B4ED;
}
</style>
border-color css
<style>
span { border-color: #D9B4ED; }
span { border-color: rgb(217,180,237); }
td.TdClassName
{
border-color: #D9B4ED;
}
.TagClassName
{
border-color: #D9B4ED;
}
</style>