Shades of Mauve #DDB5F9
Tints of Mauve #DDB5F9
RGB
CMYK
RGB Variations
Color information
#DDB5F9 (or 0xDDB5F9) is known color: Mauve. HEX triplet: DD, B5 and F9. RGB value is (221,181,249). Sum of RGB (Red+Green+Blue) = 221+181+249=651 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.95% from 651); Green value is 181 (71.09% from 255 or 27.80% from 651); Blue value is 249 (97.66% from 255 or 38.25% from 651); Max value from RGB is 249 - color contains mainly: blue. Hex color #DDB5F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDB5F9 is #224A06. Grayscale: #C8C8C8. Windows color (decimal): -2247175 or 16365021. OLE color: 16365021.
HSL color Cylindrical-coordinate representation of color #DDB5F9: hue angle of 275.29º degrees, saturation: 0.85, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DDB5F9 is Cyan = 0.11, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 181 | 249 | - |
| CMYK | 0.11 | 0.27 | 0 | 0.02 |
| HSL | 275.29º | 0.85% | 0.84% | - |
| HSV(B) | 275.29º | 0.27% | 0.98% | - |
| XYZ | 63.44 | 55.26 | 96.94 | - |
| YUV | 200.71 | 155.25 | 142.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 181 | 249 | 0.11 | 0.27 | 0 | 0.02 | 275.29 | 0.85 | 0.84 |
| Hex | DD | B5 | F9 | B | 1B | 0 | 2 | 113 | 55 | 54 |
| Octal | 335 | 265 | 371 | 13 | 33 | 0 | 2 | 423 | 125 | 124 |
| Binary | 11011101 | 10110101 | 11111001 | 1011 | 11011 | 0 | 10 | 100010011 | 1010101 | 1010100 |
Color Harmonies of #DDB5F9
Complementary color
Monochromatic Colors of #DDB5F9
Black with #DDB5F9
Text Example
Text Example
White with #DDB5F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB5F9; }
p { color: rgb(221,181,249); }
H1.HeaderClassName
{
color: #DDB5F9;
}
.AnyTagClassName
{
color: #DDB5F9;
}
</style>
background-color css
<style>
a { background-color: #DDB5F9; }
a { background-color: rgb(221,181,249); }
div.DivClassName
{
background-color: #DDB5F9;
}
.BgClassName
{
background-color: #DDB5F9;
}
</style>
border-color css
<style>
span { border-color: #DDB5F9; }
span { border-color: rgb(221,181,249); }
td.TdClassName
{
border-color: #DDB5F9;
}
.TagClassName
{
border-color: #DDB5F9;
}
</style>