Shades of Mauve #DDBDED
Tints of Mauve #DDBDED
RGB
CMYK
RGB Variations
Color information
#DDBDED (or 0xDDBDED) is known color: Mauve. HEX triplet: DD, BD and ED. RGB value is (221,189,237). Sum of RGB (Red+Green+Blue) = 221+189+237=647 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.16% from 647); Green value is 189 (74.22% from 255 or 29.21% from 647); Blue value is 237 (92.97% from 255 or 36.63% from 647); Max value from RGB is 237 - color contains mainly: blue. Hex color #DDBDED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDBDED is #224212. Grayscale: #CBCBCB. Windows color (decimal): -2245139 or 15580637. OLE color: 15580637.
HSL color Cylindrical-coordinate representation of color #DDBDED: hue angle of 280º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DDBDED is Cyan = 0.07, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 221 | 189 | 237 | - |
CMYK | 0.07 | 0.20 | 0 | 0.07 |
HSL | 280º | 0.57% | 0.84% | - |
HSV(B) | 280º | 0.2% | 0.93% | - |
XYZ | 63.3 | 57.88 | 87.96 | - |
YUV | 204.04 | 146.6 | 140.1 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 189 | 237 | 0.07 | 0.20 | 0 | 0.07 | 280 | 0.57 | 0.84 |
Hex | DD | BD | ED | 7 | 14 | 0 | 7 | 118 | 39 | 54 |
Octal | 335 | 275 | 355 | 7 | 24 | 0 | 7 | 430 | 71 | 124 |
Binary | 11011101 | 10111101 | 11101101 | 111 | 10100 | 0 | 111 | 100011000 | 111001 | 1010100 |
Color Harmonies of #DDBDED
Complementary color
Monochromatic Colors of #DDBDED
Black with #DDBDED
Text Example
Text Example
White with #DDBDED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBDED; }
p { color: rgb(221,189,237); }
H1.HeaderClassName
{
color: #DDBDED;
}
.AnyTagClassName
{
color: #DDBDED;
}
</style>
background-color css
<style>
a { background-color: #DDBDED; }
a { background-color: rgb(221,189,237); }
div.DivClassName
{
background-color: #DDBDED;
}
.BgClassName
{
background-color: #DDBDED;
}
</style>
border-color css
<style>
span { border-color: #DDBDED; }
span { border-color: rgb(221,189,237); }
td.TdClassName
{
border-color: #DDBDED;
}
.TagClassName
{
border-color: #DDBDED;
}
</style>