Shades of Mauve #DDB4ED
Tints of Mauve #DDB4ED
RGB
CMYK
RGB Variations
Color information
#DDB4ED (or 0xDDB4ED) is known color: Mauve. HEX triplet: DD, B4 and ED. RGB value is (221,180,237). Sum of RGB (Red+Green+Blue) = 221+180+237=638 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.64% from 638); Green value is 180 (70.70% from 255 or 28.21% from 638); Blue value is 237 (92.97% from 255 or 37.15% from 638); Max value from RGB is 237 - color contains mainly: blue. Hex color #DDB4ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDB4ED is #224B12. Grayscale: #C6C6C6. Windows color (decimal): -2247443 or 15578333. OLE color: 15578333.
HSL color Cylindrical-coordinate representation of color #DDB4ED: hue angle of 283.16º degrees, saturation: 0.61, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DDB4ED is Cyan = 0.07, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 180 | 237 | - |
| CMYK | 0.07 | 0.24 | 0 | 0.07 |
| HSL | 283.16º | 0.61% | 0.82% | - |
| HSV(B) | 283.16º | 0.24% | 0.93% | - |
| XYZ | 61.43 | 54.13 | 87.33 | - |
| YUV | 198.76 | 149.58 | 143.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 180 | 237 | 0.07 | 0.24 | 0 | 0.07 | 283.16 | 0.61 | 0.82 |
| Hex | DD | B4 | ED | 7 | 18 | 0 | 7 | 11B | 3D | 52 |
| Octal | 335 | 264 | 355 | 7 | 30 | 0 | 7 | 433 | 75 | 122 |
| Binary | 11011101 | 10110100 | 11101101 | 111 | 11000 | 0 | 111 | 100011011 | 111101 | 1010010 |
Color Harmonies of #DDB4ED
Complementary color
Monochromatic Colors of #DDB4ED
Black with #DDB4ED
Text Example
Text Example
White with #DDB4ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB4ED; }
p { color: rgb(221,180,237); }
H1.HeaderClassName
{
color: #DDB4ED;
}
.AnyTagClassName
{
color: #DDB4ED;
}
</style>
background-color css
<style>
a { background-color: #DDB4ED; }
a { background-color: rgb(221,180,237); }
div.DivClassName
{
background-color: #DDB4ED;
}
.BgClassName
{
background-color: #DDB4ED;
}
</style>
border-color css
<style>
span { border-color: #DDB4ED; }
span { border-color: rgb(221,180,237); }
td.TdClassName
{
border-color: #DDB4ED;
}
.TagClassName
{
border-color: #DDB4ED;
}
</style>