Shades of Mauve #DDB0EB
Tints of Mauve #DDB0EB
RGB
CMYK
RGB Variations
Color information
#DDB0EB (or 0xDDB0EB) is known color: Mauve. HEX triplet: DD, B0 and EB. RGB value is (221,176,235). Sum of RGB (Red+Green+Blue) = 221+176+235=632 (83% of max value = 765). Red value is 221 (86.72% from 255 or 34.97% from 632); Green value is 176 (69.14% from 255 or 27.85% from 632); Blue value is 235 (92.19% from 255 or 37.18% from 632); Max value from RGB is 235 - color contains mainly: blue. Hex color #DDB0EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDB0EB is #224F14. Grayscale: #C3C3C3. Windows color (decimal): -2248469 or 15446237. OLE color: 15446237.
HSL color Cylindrical-coordinate representation of color #DDB0EB: hue angle of 285.76º degrees, saturation: 0.6, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DDB0EB is Cyan = 0.06, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 221 | 176 | 235 | - |
| CMYK | 0.06 | 0.25 | 0 | 0.08 |
| HSL | 285.76º | 0.6% | 0.81% | - |
| HSV(B) | 285.76º | 0.25% | 0.92% | - |
| XYZ | 60.34 | 52.42 | 85.54 | - |
| YUV | 196.18 | 149.91 | 145.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 176 | 235 | 0.06 | 0.25 | 0 | 0.08 | 285.76 | 0.6 | 0.81 |
| Hex | DD | B0 | EB | 6 | 19 | 0 | 8 | 11E | 3C | 51 |
| Octal | 335 | 260 | 353 | 6 | 31 | 0 | 10 | 436 | 74 | 121 |
| Binary | 11011101 | 10110000 | 11101011 | 110 | 11001 | 0 | 1000 | 100011110 | 111100 | 1010001 |
Color Harmonies of #DDB0EB
Complementary color
Monochromatic Colors of #DDB0EB
Black with #DDB0EB
Text Example
Text Example
White with #DDB0EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB0EB; }
p { color: rgb(221,176,235); }
H1.HeaderClassName
{
color: #DDB0EB;
}
.AnyTagClassName
{
color: #DDB0EB;
}
</style>
background-color css
<style>
a { background-color: #DDB0EB; }
a { background-color: rgb(221,176,235); }
div.DivClassName
{
background-color: #DDB0EB;
}
.BgClassName
{
background-color: #DDB0EB;
}
</style>
border-color css
<style>
span { border-color: #DDB0EB; }
span { border-color: rgb(221,176,235); }
td.TdClassName
{
border-color: #DDB0EB;
}
.TagClassName
{
border-color: #DDB0EB;
}
</style>