Shades of Mauve #DDB3FA
Tints of Mauve #DDB3FA
RGB
CMYK
RGB Variations
Color information
#DDB3FA (or 0xDDB3FA) is known color: Mauve. HEX triplet: DD, B3 and FA. RGB value is (221,179,250). Sum of RGB (Red+Green+Blue) = 221+179+250=650 (86% of max value = 765). Red value is 221 (86.72% from 255 or 34% from 650); Green value is 179 (70.31% from 255 or 27.54% from 650); Blue value is 250 (98.05% from 255 or 38.46% from 650); Max value from RGB is 250 - color contains mainly: blue. Hex color #DDB3FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDB3FA is #224C05. Grayscale: #C7C7C7. Windows color (decimal): -2247686 or 16430045. OLE color: 16430045.
HSL color Cylindrical-coordinate representation of color #DDB3FA: hue angle of 275.49º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DDB3FA is Cyan = 0.12, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 179 | 250 | - |
| CMYK | 0.12 | 0.28 | 0 | 0.02 |
| HSL | 275.49º | 0.88% | 0.84% | - |
| HSV(B) | 275.49º | 0.28% | 0.98% | - |
| XYZ | 63.19 | 54.51 | 97.63 | - |
| YUV | 199.65 | 156.41 | 143.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 179 | 250 | 0.12 | 0.28 | 0 | 0.02 | 275.49 | 0.88 | 0.84 |
| Hex | DD | B3 | FA | C | 1C | 0 | 2 | 113 | 58 | 54 |
| Octal | 335 | 263 | 372 | 14 | 34 | 0 | 2 | 423 | 130 | 124 |
| Binary | 11011101 | 10110011 | 11111010 | 1100 | 11100 | 0 | 10 | 100010011 | 1011000 | 1010100 |
Color Harmonies of #DDB3FA
Complementary color
Monochromatic Colors of #DDB3FA
Black with #DDB3FA
Text Example
Text Example
White with #DDB3FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB3FA; }
p { color: rgb(221,179,250); }
H1.HeaderClassName
{
color: #DDB3FA;
}
.AnyTagClassName
{
color: #DDB3FA;
}
</style>
background-color css
<style>
a { background-color: #DDB3FA; }
a { background-color: rgb(221,179,250); }
div.DivClassName
{
background-color: #DDB3FA;
}
.BgClassName
{
background-color: #DDB3FA;
}
</style>
border-color css
<style>
span { border-color: #DDB3FA; }
span { border-color: rgb(221,179,250); }
td.TdClassName
{
border-color: #DDB3FA;
}
.TagClassName
{
border-color: #DDB3FA;
}
</style>