Shades of Mauve #D9BEFE
Tints of Mauve #D9BEFE
RGB
CMYK
RGB Variations
Color information
#D9BEFE (or 0xD9BEFE) is known color: Mauve. HEX triplet: D9, BE and FE. RGB value is (217,190,254). Sum of RGB (Red+Green+Blue) = 217+190+254=661 (87% of max value = 765). Red value is 217 (85.16% from 255 or 32.83% from 661); Green value is 190 (74.61% from 255 or 28.74% from 661); Blue value is 254 (99.61% from 255 or 38.43% from 661); Max value from RGB is 254 - color contains mainly: blue. Hex color #D9BEFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9BEFE is #264101. Grayscale: #CDCDCD. Windows color (decimal): -2507010 or 16695001. OLE color: 16695001.
HSL color Cylindrical-coordinate representation of color #D9BEFE: hue angle of 265.31º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D9BEFE is Cyan = 0.15, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 217 | 190 | 254 | - |
| CMYK | 0.15 | 0.25 | 0 | 0.00 |
| HSL | 265.31º | 0.97% | 0.87% | - |
| HSV(B) | 265.31º | 0.25% | 1% | - |
| XYZ | 64.92 | 58.73 | 101.68 | - |
| YUV | 205.37 | 155.45 | 136.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 190 | 254 | 0.15 | 0.25 | 0 | 0.00 | 265.31 | 0.97 | 0.87 |
| Hex | D9 | BE | FE | F | 19 | 0 | 0 | 109 | 61 | 57 |
| Octal | 331 | 276 | 376 | 17 | 31 | 0 | 0 | 411 | 141 | 127 |
| Binary | 11011001 | 10111110 | 11111110 | 1111 | 11001 | 0 | 0 | 100001001 | 1100001 | 1010111 |
Color Harmonies of #D9BEFE
Complementary color
Monochromatic Colors of #D9BEFE
Black with #D9BEFE
Text Example
Text Example
White with #D9BEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BEFE; }
p { color: rgb(217,190,254); }
H1.HeaderClassName
{
color: #D9BEFE;
}
.AnyTagClassName
{
color: #D9BEFE;
}
</style>
background-color css
<style>
a { background-color: #D9BEFE; }
a { background-color: rgb(217,190,254); }
div.DivClassName
{
background-color: #D9BEFE;
}
.BgClassName
{
background-color: #D9BEFE;
}
</style>
border-color css
<style>
span { border-color: #D9BEFE; }
span { border-color: rgb(217,190,254); }
td.TdClassName
{
border-color: #D9BEFE;
}
.TagClassName
{
border-color: #D9BEFE;
}
</style>