Shades of Mauve #DDBFFE
Tints of Mauve #DDBFFE
RGB
CMYK
RGB Variations
Color information
#DDBFFE (or 0xDDBFFE) is known color: Mauve. HEX triplet: DD, BF and FE. RGB value is (221,191,254). Sum of RGB (Red+Green+Blue) = 221+191+254=666 (88% of max value = 765). Red value is 221 (86.72% from 255 or 33.18% from 666); Green value is 191 (75% from 255 or 28.68% from 666); Blue value is 254 (99.61% from 255 or 38.14% from 666); Max value from RGB is 254 - color contains mainly: blue. Hex color #DDBFFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDBFFE is #224001. Grayscale: #CECECE. Windows color (decimal): -2244610 or 16695261. OLE color: 16695261.
HSL color Cylindrical-coordinate representation of color #DDBFFE: hue angle of 268.57º 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 #DDBFFE is Cyan = 0.13, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 221 | 191 | 254 | - |
| CMYK | 0.13 | 0.25 | 0 | 0.00 |
| HSL | 268.57º | 0.97% | 0.87% | - |
| HSV(B) | 268.57º | 0.25% | 1% | - |
| XYZ | 66.34 | 59.79 | 101.81 | - |
| YUV | 207.15 | 154.44 | 137.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 191 | 254 | 0.13 | 0.25 | 0 | 0.00 | 268.57 | 0.97 | 0.87 |
| Hex | DD | BF | FE | D | 19 | 0 | 0 | 10D | 61 | 57 |
| Octal | 335 | 277 | 376 | 15 | 31 | 0 | 0 | 415 | 141 | 127 |
| Binary | 11011101 | 10111111 | 11111110 | 1101 | 11001 | 0 | 0 | 100001101 | 1100001 | 1010111 |
Color Harmonies of #DDBFFE
Complementary color
Monochromatic Colors of #DDBFFE
Black with #DDBFFE
Text Example
Text Example
White with #DDBFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBFFE; }
p { color: rgb(221,191,254); }
H1.HeaderClassName
{
color: #DDBFFE;
}
.AnyTagClassName
{
color: #DDBFFE;
}
</style>
background-color css
<style>
a { background-color: #DDBFFE; }
a { background-color: rgb(221,191,254); }
div.DivClassName
{
background-color: #DDBFFE;
}
.BgClassName
{
background-color: #DDBFFE;
}
</style>
border-color css
<style>
span { border-color: #DDBFFE; }
span { border-color: rgb(221,191,254); }
td.TdClassName
{
border-color: #DDBFFE;
}
.TagClassName
{
border-color: #DDBFFE;
}
</style>