Shades of Mauve #DDB8EF
Tints of Mauve #DDB8EF
RGB
CMYK
RGB Variations
Color information
#DDB8EF (or 0xDDB8EF) is known color: Mauve. HEX triplet: DD, B8 and EF. RGB value is (221,184,239). Sum of RGB (Red+Green+Blue) = 221+184+239=644 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.32% from 644); Green value is 184 (72.27% from 255 or 28.57% from 644); Blue value is 239 (93.75% from 255 or 37.11% from 644); Max value from RGB is 239 - color contains mainly: blue. Hex color #DDB8EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDB8EF is #224710. Grayscale: #C9C9C9. Windows color (decimal): -2246417 or 15710429. OLE color: 15710429.
HSL color Cylindrical-coordinate representation of color #DDB8EF: hue angle of 280.36º degrees, saturation: 0.63, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DDB8EF is Cyan = 0.08, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 221 | 184 | 239 | - |
| CMYK | 0.08 | 0.23 | 0 | 0.06 |
| HSL | 280.36º | 0.63% | 0.83% | - |
| HSV(B) | 280.36º | 0.23% | 0.94% | - |
| XYZ | 62.54 | 55.89 | 89.15 | - |
| YUV | 201.33 | 149.26 | 142.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 184 | 239 | 0.08 | 0.23 | 0 | 0.06 | 280.36 | 0.63 | 0.83 |
| Hex | DD | B8 | EF | 8 | 17 | 0 | 6 | 118 | 3F | 53 |
| Octal | 335 | 270 | 357 | 10 | 27 | 0 | 6 | 430 | 77 | 123 |
| Binary | 11011101 | 10111000 | 11101111 | 1000 | 10111 | 0 | 110 | 100011000 | 111111 | 1010011 |
Color Harmonies of #DDB8EF
Complementary color
Monochromatic Colors of #DDB8EF
Black with #DDB8EF
Text Example
Text Example
White with #DDB8EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB8EF; }
p { color: rgb(221,184,239); }
H1.HeaderClassName
{
color: #DDB8EF;
}
.AnyTagClassName
{
color: #DDB8EF;
}
</style>
background-color css
<style>
a { background-color: #DDB8EF; }
a { background-color: rgb(221,184,239); }
div.DivClassName
{
background-color: #DDB8EF;
}
.BgClassName
{
background-color: #DDB8EF;
}
</style>
border-color css
<style>
span { border-color: #DDB8EF; }
span { border-color: rgb(221,184,239); }
td.TdClassName
{
border-color: #DDB8EF;
}
.TagClassName
{
border-color: #DDB8EF;
}
</style>