Shades of Mauve #DDB3FE
Tints of Mauve #DDB3FE
RGB
CMYK
RGB Variations
Color information
#DDB3FE (or 0xDDB3FE) is known color: Mauve. HEX triplet: DD, B3 and FE. RGB value is (221,179,254). Sum of RGB (Red+Green+Blue) = 221+179+254=654 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.79% from 654); Green value is 179 (70.31% from 255 or 27.37% from 654); Blue value is 254 (99.61% from 255 or 38.84% from 654); Max value from RGB is 254 - color contains mainly: blue. Hex color #DDB3FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDB3FE is #224C01. Grayscale: #C7C7C7. Windows color (decimal): -2247682 or 16692189. OLE color: 16692189.
HSL color Cylindrical-coordinate representation of color #DDB3FE: hue angle of 273.6º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DDB3FE is Cyan = 0.13, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 221 | 179 | 254 | - |
| CMYK | 0.13 | 0.30 | 0 | 0.00 |
| HSL | 273.6º | 0.97% | 0.85% | - |
| HSV(B) | 273.6º | 0.3% | 1% | - |
| XYZ | 63.83 | 54.77 | 100.97 | - |
| YUV | 200.11 | 158.41 | 142.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 179 | 254 | 0.13 | 0.30 | 0 | 0.00 | 273.6 | 0.97 | 0.85 |
| Hex | DD | B3 | FE | D | 1E | 0 | 0 | 112 | 61 | 55 |
| Octal | 335 | 263 | 376 | 15 | 36 | 0 | 0 | 422 | 141 | 125 |
| Binary | 11011101 | 10110011 | 11111110 | 1101 | 11110 | 0 | 0 | 100010010 | 1100001 | 1010101 |
Color Harmonies of #DDB3FE
Complementary color
Monochromatic Colors of #DDB3FE
Black with #DDB3FE
Text Example
Text Example
White with #DDB3FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB3FE; }
p { color: rgb(221,179,254); }
H1.HeaderClassName
{
color: #DDB3FE;
}
.AnyTagClassName
{
color: #DDB3FE;
}
</style>
background-color css
<style>
a { background-color: #DDB3FE; }
a { background-color: rgb(221,179,254); }
div.DivClassName
{
background-color: #DDB3FE;
}
.BgClassName
{
background-color: #DDB3FE;
}
</style>
border-color css
<style>
span { border-color: #DDB3FE; }
span { border-color: rgb(221,179,254); }
td.TdClassName
{
border-color: #DDB3FE;
}
.TagClassName
{
border-color: #DDB3FE;
}
</style>