Shades of Mauve #DDB5EB
Tints of Mauve #DDB5EB
RGB
CMYK
RGB Variations
Color information
#DDB5EB (or 0xDDB5EB) is known color: Mauve. HEX triplet: DD, B5 and EB. RGB value is (221,181,235). Sum of RGB (Red+Green+Blue) = 221+181+235=637 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.69% from 637); Green value is 181 (71.09% from 255 or 28.41% from 637); Blue value is 235 (92.19% from 255 or 36.89% from 637); Max value from RGB is 235 - color contains mainly: blue. Hex color #DDB5EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDB5EB is #224A14. Grayscale: #C6C6C6. Windows color (decimal): -2247189 or 15447517. OLE color: 15447517.
HSL color Cylindrical-coordinate representation of color #DDB5EB: hue angle of 284.44º degrees, saturation: 0.57, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DDB5EB is Cyan = 0.06, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 221 | 181 | 235 | - |
| CMYK | 0.06 | 0.23 | 0 | 0.08 |
| HSL | 284.44º | 0.57% | 0.82% | - |
| HSV(B) | 284.44º | 0.23% | 0.92% | - |
| XYZ | 61.34 | 54.42 | 85.87 | - |
| YUV | 199.12 | 148.25 | 143.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 181 | 235 | 0.06 | 0.23 | 0 | 0.08 | 284.44 | 0.57 | 0.82 |
| Hex | DD | B5 | EB | 6 | 17 | 0 | 8 | 11C | 39 | 52 |
| Octal | 335 | 265 | 353 | 6 | 27 | 0 | 10 | 434 | 71 | 122 |
| Binary | 11011101 | 10110101 | 11101011 | 110 | 10111 | 0 | 1000 | 100011100 | 111001 | 1010010 |
Color Harmonies of #DDB5EB
Complementary color
Monochromatic Colors of #DDB5EB
Black with #DDB5EB
Text Example
Text Example
White with #DDB5EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB5EB; }
p { color: rgb(221,181,235); }
H1.HeaderClassName
{
color: #DDB5EB;
}
.AnyTagClassName
{
color: #DDB5EB;
}
</style>
background-color css
<style>
a { background-color: #DDB5EB; }
a { background-color: rgb(221,181,235); }
div.DivClassName
{
background-color: #DDB5EB;
}
.BgClassName
{
background-color: #DDB5EB;
}
</style>
border-color css
<style>
span { border-color: #DDB5EB; }
span { border-color: rgb(221,181,235); }
td.TdClassName
{
border-color: #DDB5EB;
}
.TagClassName
{
border-color: #DDB5EB;
}
</style>