Shades of Mauve #DDB4FA
Tints of Mauve #DDB4FA
RGB
CMYK
RGB Variations
Color information
#DDB4FA (or 0xDDB4FA) is known color: Mauve. HEX triplet: DD, B4 and FA. RGB value is (221,180,250). Sum of RGB (Red+Green+Blue) = 221+180+250=651 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.95% from 651); Green value is 180 (70.70% from 255 or 27.65% from 651); Blue value is 250 (98.05% from 255 or 38.40% from 651); Max value from RGB is 250 - color contains mainly: blue. Hex color #DDB4FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDB4FA is #224B05. Grayscale: #C8C8C8. Windows color (decimal): -2247430 or 16430301. OLE color: 16430301.
HSL color Cylindrical-coordinate representation of color #DDB4FA: hue angle of 275.14º 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 #DDB4FA is Cyan = 0.12, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 180 | 250 | - |
| CMYK | 0.12 | 0.28 | 0 | 0.02 |
| HSL | 275.14º | 0.88% | 0.84% | - |
| HSV(B) | 275.14º | 0.28% | 0.98% | - |
| XYZ | 63.4 | 54.92 | 97.7 | - |
| YUV | 200.24 | 156.08 | 142.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 180 | 250 | 0.12 | 0.28 | 0 | 0.02 | 275.14 | 0.88 | 0.84 |
| Hex | DD | B4 | FA | C | 1C | 0 | 2 | 113 | 58 | 54 |
| Octal | 335 | 264 | 372 | 14 | 34 | 0 | 2 | 423 | 130 | 124 |
| Binary | 11011101 | 10110100 | 11111010 | 1100 | 11100 | 0 | 10 | 100010011 | 1011000 | 1010100 |
Color Harmonies of #DDB4FA
Complementary color
Monochromatic Colors of #DDB4FA
Black with #DDB4FA
Text Example
Text Example
White with #DDB4FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB4FA; }
p { color: rgb(221,180,250); }
H1.HeaderClassName
{
color: #DDB4FA;
}
.AnyTagClassName
{
color: #DDB4FA;
}
</style>
background-color css
<style>
a { background-color: #DDB4FA; }
a { background-color: rgb(221,180,250); }
div.DivClassName
{
background-color: #DDB4FA;
}
.BgClassName
{
background-color: #DDB4FA;
}
</style>
border-color css
<style>
span { border-color: #DDB4FA; }
span { border-color: rgb(221,180,250); }
td.TdClassName
{
border-color: #DDB4FA;
}
.TagClassName
{
border-color: #DDB4FA;
}
</style>