Shades of Mauve #DDB8EE
Tints of Mauve #DDB8EE
RGB
CMYK
RGB Variations
Color information
#DDB8EE (or 0xDDB8EE) is known color: Mauve. HEX triplet: DD, B8 and EE. RGB value is (221,184,238). Sum of RGB (Red+Green+Blue) = 221+184+238=643 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.37% from 643); Green value is 184 (72.27% from 255 or 28.62% from 643); Blue value is 238 (93.36% from 255 or 37.01% from 643); Max value from RGB is 238 - color contains mainly: blue. Hex color #DDB8EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDB8EE is #224711. Grayscale: #C9C9C9. Windows color (decimal): -2246418 or 15644893. OLE color: 15644893.
HSL color Cylindrical-coordinate representation of color #DDB8EE: hue angle of 281.11º degrees, saturation: 0.61, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DDB8EE is Cyan = 0.07, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 184 | 238 | - |
| CMYK | 0.07 | 0.23 | 0 | 0.07 |
| HSL | 281.11º | 0.61% | 0.83% | - |
| HSV(B) | 281.11º | 0.23% | 0.93% | - |
| XYZ | 62.39 | 55.83 | 88.38 | - |
| YUV | 201.22 | 148.76 | 142.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 184 | 238 | 0.07 | 0.23 | 0 | 0.07 | 281.11 | 0.61 | 0.83 |
| Hex | DD | B8 | EE | 7 | 17 | 0 | 7 | 119 | 3D | 53 |
| Octal | 335 | 270 | 356 | 7 | 27 | 0 | 7 | 431 | 75 | 123 |
| Binary | 11011101 | 10111000 | 11101110 | 111 | 10111 | 0 | 111 | 100011001 | 111101 | 1010011 |
Color Harmonies of #DDB8EE
Complementary color
Monochromatic Colors of #DDB8EE
Black with #DDB8EE
Text Example
Text Example
White with #DDB8EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB8EE; }
p { color: rgb(221,184,238); }
H1.HeaderClassName
{
color: #DDB8EE;
}
.AnyTagClassName
{
color: #DDB8EE;
}
</style>
background-color css
<style>
a { background-color: #DDB8EE; }
a { background-color: rgb(221,184,238); }
div.DivClassName
{
background-color: #DDB8EE;
}
.BgClassName
{
background-color: #DDB8EE;
}
</style>
border-color css
<style>
span { border-color: #DDB8EE; }
span { border-color: rgb(221,184,238); }
td.TdClassName
{
border-color: #DDB8EE;
}
.TagClassName
{
border-color: #DDB8EE;
}
</style>