Shades of Mauve #DDB7FD
Tints of Mauve #DDB7FD
RGB
CMYK
RGB Variations
Color information
#DDB7FD (or 0xDDB7FD) is known color: Mauve. HEX triplet: DD, B7 and FD. RGB value is (221,183,253). Sum of RGB (Red+Green+Blue) = 221+183+253=657 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.64% from 657); Green value is 183 (71.88% from 255 or 27.85% from 657); Blue value is 253 (99.22% from 255 or 38.51% from 657); Max value from RGB is 253 - color contains mainly: blue. Hex color #DDB7FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDB7FD is #224802. Grayscale: #CACACA. Windows color (decimal): -2246659 or 16627677. OLE color: 16627677.
HSL color Cylindrical-coordinate representation of color #DDB7FD: hue angle of 272.57º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DDB7FD is Cyan = 0.13, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 221 | 183 | 253 | - |
| CMYK | 0.13 | 0.28 | 0 | 0.01 |
| HSL | 272.57º | 0.95% | 0.85% | - |
| HSV(B) | 272.57º | 0.28% | 0.99% | - |
| XYZ | 64.48 | 56.33 | 100.4 | - |
| YUV | 202.34 | 156.59 | 141.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 183 | 253 | 0.13 | 0.28 | 0 | 0.01 | 272.57 | 0.95 | 0.85 |
| Hex | DD | B7 | FD | D | 1C | 0 | 1 | 111 | 5F | 55 |
| Octal | 335 | 267 | 375 | 15 | 34 | 0 | 1 | 421 | 137 | 125 |
| Binary | 11011101 | 10110111 | 11111101 | 1101 | 11100 | 0 | 1 | 100010001 | 1011111 | 1010101 |
Color Harmonies of #DDB7FD
Complementary color
Monochromatic Colors of #DDB7FD
Black with #DDB7FD
Text Example
Text Example
White with #DDB7FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB7FD; }
p { color: rgb(221,183,253); }
H1.HeaderClassName
{
color: #DDB7FD;
}
.AnyTagClassName
{
color: #DDB7FD;
}
</style>
background-color css
<style>
a { background-color: #DDB7FD; }
a { background-color: rgb(221,183,253); }
div.DivClassName
{
background-color: #DDB7FD;
}
.BgClassName
{
background-color: #DDB7FD;
}
</style>
border-color css
<style>
span { border-color: #DDB7FD; }
span { border-color: rgb(221,183,253); }
td.TdClassName
{
border-color: #DDB7FD;
}
.TagClassName
{
border-color: #DDB7FD;
}
</style>