Shades of Mauve #D9BBF4
Tints of Mauve #D9BBF4
RGB
CMYK
RGB Variations
Color information
#D9BBF4 (or 0xD9BBF4) is known color: Mauve. HEX triplet: D9, BB and F4. RGB value is (217,187,244). Sum of RGB (Red+Green+Blue) = 217+187+244=648 (85% of max value = 765). Red value is 217 (85.16% from 255 or 33.49% from 648); Green value is 187 (73.44% from 255 or 28.86% from 648); Blue value is 244 (95.70% from 255 or 37.65% from 648); Max value from RGB is 244 - color contains mainly: blue. Hex color #D9BBF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9BBF4 is #26440B. Grayscale: #CACACA. Windows color (decimal): -2507788 or 16038873. OLE color: 16038873.
HSL color Cylindrical-coordinate representation of color #D9BBF4: hue angle of 271.58º degrees, saturation: 0.72, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D9BBF4 is Cyan = 0.11, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 217 | 187 | 244 | - |
| CMYK | 0.11 | 0.23 | 0 | 0.04 |
| HSL | 271.58º | 0.72% | 0.85% | - |
| HSV(B) | 271.58º | 0.23% | 0.96% | - |
| XYZ | 62.71 | 56.82 | 93.25 | - |
| YUV | 202.47 | 151.44 | 138.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 187 | 244 | 0.11 | 0.23 | 0 | 0.04 | 271.58 | 0.72 | 0.85 |
| Hex | D9 | BB | F4 | B | 17 | 0 | 4 | 110 | 48 | 55 |
| Octal | 331 | 273 | 364 | 13 | 27 | 0 | 4 | 420 | 110 | 125 |
| Binary | 11011001 | 10111011 | 11110100 | 1011 | 10111 | 0 | 100 | 100010000 | 1001000 | 1010101 |
Color Harmonies of #D9BBF4
Complementary color
Monochromatic Colors of #D9BBF4
Black with #D9BBF4
Text Example
Text Example
White with #D9BBF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BBF4; }
p { color: rgb(217,187,244); }
H1.HeaderClassName
{
color: #D9BBF4;
}
.AnyTagClassName
{
color: #D9BBF4;
}
</style>
background-color css
<style>
a { background-color: #D9BBF4; }
a { background-color: rgb(217,187,244); }
div.DivClassName
{
background-color: #D9BBF4;
}
.BgClassName
{
background-color: #D9BBF4;
}
</style>
border-color css
<style>
span { border-color: #D9BBF4; }
span { border-color: rgb(217,187,244); }
td.TdClassName
{
border-color: #D9BBF4;
}
.TagClassName
{
border-color: #D9BBF4;
}
</style>