Shades of Mauve #DDBDEF
Tints of Mauve #DDBDEF
RGB
CMYK
RGB Variations
Color information
#DDBDEF (or 0xDDBDEF) is known color: Mauve. HEX triplet: DD, BD and EF. RGB value is (221,189,239). Sum of RGB (Red+Green+Blue) = 221+189+239=649 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.05% from 649); Green value is 189 (74.22% from 255 or 29.12% from 649); Blue value is 239 (93.75% from 255 or 36.83% from 649); Max value from RGB is 239 - color contains mainly: blue. Hex color #DDBDEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDBDEF is #224210. Grayscale: #CCCCCC. Windows color (decimal): -2245137 or 15711709. OLE color: 15711709.
HSL color Cylindrical-coordinate representation of color #DDBDEF: hue angle of 278.4º degrees, saturation: 0.61, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DDBDEF is Cyan = 0.08, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 221 | 189 | 239 | - |
| CMYK | 0.08 | 0.21 | 0 | 0.06 |
| HSL | 278.4º | 0.61% | 0.84% | - |
| HSV(B) | 278.4º | 0.21% | 0.94% | - |
| XYZ | 63.6 | 58 | 89.5 | - |
| YUV | 204.27 | 147.6 | 139.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 189 | 239 | 0.08 | 0.21 | 0 | 0.06 | 278.4 | 0.61 | 0.84 |
| Hex | DD | BD | EF | 8 | 15 | 0 | 6 | 116 | 3D | 54 |
| Octal | 335 | 275 | 357 | 10 | 25 | 0 | 6 | 426 | 75 | 124 |
| Binary | 11011101 | 10111101 | 11101111 | 1000 | 10101 | 0 | 110 | 100010110 | 111101 | 1010100 |
Color Harmonies of #DDBDEF
Complementary color
Monochromatic Colors of #DDBDEF
Black with #DDBDEF
Text Example
Text Example
White with #DDBDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBDEF; }
p { color: rgb(221,189,239); }
H1.HeaderClassName
{
color: #DDBDEF;
}
.AnyTagClassName
{
color: #DDBDEF;
}
</style>
background-color css
<style>
a { background-color: #DDBDEF; }
a { background-color: rgb(221,189,239); }
div.DivClassName
{
background-color: #DDBDEF;
}
.BgClassName
{
background-color: #DDBDEF;
}
</style>
border-color css
<style>
span { border-color: #DDBDEF; }
span { border-color: rgb(221,189,239); }
td.TdClassName
{
border-color: #DDBDEF;
}
.TagClassName
{
border-color: #DDBDEF;
}
</style>