Shades of Mauve #DDB4EE
Tints of Mauve #DDB4EE
RGB
CMYK
RGB Variations
Color information
#DDB4EE (or 0xDDB4EE) is known color: Mauve. HEX triplet: DD, B4 and EE. RGB value is (221,180,238). Sum of RGB (Red+Green+Blue) = 221+180+238=639 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.59% from 639); Green value is 180 (70.70% from 255 or 28.17% from 639); Blue value is 238 (93.36% from 255 or 37.25% from 639); Max value from RGB is 238 - color contains mainly: blue. Hex color #DDB4EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDB4EE is #224B11. Grayscale: #C6C6C6. Windows color (decimal): -2247442 or 15643869. OLE color: 15643869.
HSL color Cylindrical-coordinate representation of color #DDB4EE: hue angle of 282.41º degrees, saturation: 0.63, 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 #DDB4EE is Cyan = 0.07, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 180 | 238 | - |
| CMYK | 0.07 | 0.24 | 0 | 0.07 |
| HSL | 282.41º | 0.63% | 0.82% | - |
| HSV(B) | 282.41º | 0.24% | 0.93% | - |
| XYZ | 61.57 | 54.19 | 88.1 | - |
| YUV | 198.87 | 150.08 | 143.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 180 | 238 | 0.07 | 0.24 | 0 | 0.07 | 282.41 | 0.63 | 0.82 |
| Hex | DD | B4 | EE | 7 | 18 | 0 | 7 | 11A | 3F | 52 |
| Octal | 335 | 264 | 356 | 7 | 30 | 0 | 7 | 432 | 77 | 122 |
| Binary | 11011101 | 10110100 | 11101110 | 111 | 11000 | 0 | 111 | 100011010 | 111111 | 1010010 |
Color Harmonies of #DDB4EE
Complementary color
Monochromatic Colors of #DDB4EE
Black with #DDB4EE
Text Example
Text Example
White with #DDB4EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB4EE; }
p { color: rgb(221,180,238); }
H1.HeaderClassName
{
color: #DDB4EE;
}
.AnyTagClassName
{
color: #DDB4EE;
}
</style>
background-color css
<style>
a { background-color: #DDB4EE; }
a { background-color: rgb(221,180,238); }
div.DivClassName
{
background-color: #DDB4EE;
}
.BgClassName
{
background-color: #DDB4EE;
}
</style>
border-color css
<style>
span { border-color: #DDB4EE; }
span { border-color: rgb(221,180,238); }
td.TdClassName
{
border-color: #DDB4EE;
}
.TagClassName
{
border-color: #DDB4EE;
}
</style>