Shades of Mauve #DDB3EE
Tints of Mauve #DDB3EE
RGB
CMYK
RGB Variations
Color information
#DDB3EE (or 0xDDB3EE) is known color: Mauve. HEX triplet: DD, B3 and EE. RGB value is (221,179,238). Sum of RGB (Red+Green+Blue) = 221+179+238=638 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.64% from 638); Green value is 179 (70.31% from 255 or 28.06% from 638); Blue value is 238 (93.36% from 255 or 37.30% from 638); Max value from RGB is 238 - color contains mainly: blue. Hex color #DDB3EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDB3EE is #224C11. Grayscale: #C6C6C6. Windows color (decimal): -2247698 or 15643613. OLE color: 15643613.
HSL color Cylindrical-coordinate representation of color #DDB3EE: hue angle of 282.71º degrees, saturation: 0.63, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DDB3EE is Cyan = 0.07, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 179 | 238 | - |
| CMYK | 0.07 | 0.25 | 0 | 0.07 |
| HSL | 282.71º | 0.63% | 0.82% | - |
| HSV(B) | 282.71º | 0.25% | 0.93% | - |
| XYZ | 61.37 | 53.79 | 88.04 | - |
| YUV | 198.28 | 150.41 | 144.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 179 | 238 | 0.07 | 0.25 | 0 | 0.07 | 282.71 | 0.63 | 0.82 |
| Hex | DD | B3 | EE | 7 | 19 | 0 | 7 | 11B | 3F | 52 |
| Octal | 335 | 263 | 356 | 7 | 31 | 0 | 7 | 433 | 77 | 122 |
| Binary | 11011101 | 10110011 | 11101110 | 111 | 11001 | 0 | 111 | 100011011 | 111111 | 1010010 |
Color Harmonies of #DDB3EE
Complementary color
Monochromatic Colors of #DDB3EE
Black with #DDB3EE
Text Example
Text Example
White with #DDB3EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB3EE; }
p { color: rgb(221,179,238); }
H1.HeaderClassName
{
color: #DDB3EE;
}
.AnyTagClassName
{
color: #DDB3EE;
}
</style>
background-color css
<style>
a { background-color: #DDB3EE; }
a { background-color: rgb(221,179,238); }
div.DivClassName
{
background-color: #DDB3EE;
}
.BgClassName
{
background-color: #DDB3EE;
}
</style>
border-color css
<style>
span { border-color: #DDB3EE; }
span { border-color: rgb(221,179,238); }
td.TdClassName
{
border-color: #DDB3EE;
}
.TagClassName
{
border-color: #DDB3EE;
}
</style>