Shades of Mauve #DDBFFF
Tints of Mauve #DDBFFF
RGB
CMYK
RGB Variations
Color information
#DDBFFF (or 0xDDBFFF) is known color: Mauve. HEX triplet: DD, BF and FF. RGB value is (221,191,255). Sum of RGB (Red+Green+Blue) = 221+191+255=667 (88% of max value = 765). Red value is 221 (86.72% from 255 or 33.13% from 667); Green value is 191 (75% from 255 or 28.64% from 667); Blue value is 255 (100% from 255 or 38.23% from 667); Max value from RGB is 255 - color contains mainly: blue. Hex color #DDBFFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDBFFF is #224000. Grayscale: #CFCFCF. Windows color (decimal): -2244609 or 16760797. OLE color: 16760797.
HSL color Cylindrical-coordinate representation of color #DDBFFF: hue angle of 268.12º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DDBFFF is Cyan = 0.13, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 221 | 191 | 255 | - |
| CMYK | 0.13 | 0.25 | 0 | 0 |
| HSL | 268.13º | 1% | 0.87% | - |
| HSV(B) | 268.13º | 0.25% | 1% | - |
| XYZ | 66.5 | 59.85 | 102.66 | - |
| YUV | 207.27 | 154.94 | 137.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 191 | 255 | 0.13 | 0.25 | 0 | 0 | 268.13 | 1 | 0.87 |
| Hex | DD | BF | FF | D | 19 | 0 | 0 | 10C | 64 | 57 |
| Octal | 335 | 277 | 377 | 15 | 31 | 0 | 0 | 414 | 144 | 127 |
| Binary | 11011101 | 10111111 | 11111111 | 1101 | 11001 | 0 | 0 | 100001100 | 1100100 | 1010111 |
Color Harmonies of #DDBFFF
Complementary color
Monochromatic Colors of #DDBFFF
Black with #DDBFFF
Text Example
Text Example
White with #DDBFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBFFF; }
p { color: rgb(221,191,255); }
H1.HeaderClassName
{
color: #DDBFFF;
}
.AnyTagClassName
{
color: #DDBFFF;
}
</style>
background-color css
<style>
a { background-color: #DDBFFF; }
a { background-color: rgb(221,191,255); }
div.DivClassName
{
background-color: #DDBFFF;
}
.BgClassName
{
background-color: #DDBFFF;
}
</style>
border-color css
<style>
span { border-color: #DDBFFF; }
span { border-color: rgb(221,191,255); }
td.TdClassName
{
border-color: #DDBFFF;
}
.TagClassName
{
border-color: #DDBFFF;
}
</style>