Shades of Mauve #DDADED
Tints of Mauve #DDADED
RGB
CMYK
RGB Variations
Color information
#DDADED (or 0xDDADED) is known color: Mauve. HEX triplet: DD, AD and ED. RGB value is (221,173,237). Sum of RGB (Red+Green+Blue) = 221+173+237=631 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.02% from 631); Green value is 173 (67.97% from 255 or 27.42% from 631); Blue value is 237 (92.97% from 255 or 37.56% from 631); Max value from RGB is 237 - color contains mainly: blue. Hex color #DDADED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDADED is #225212. Grayscale: #C2C2C2. Windows color (decimal): -2249235 or 15576541. OLE color: 15576541.
HSL color Cylindrical-coordinate representation of color #DDADED: hue angle of 285º degrees, saturation: 0.64, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DDADED is Cyan = 0.07, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 221 | 173 | 237 | - |
CMYK | 0.07 | 0.27 | 0 | 0.07 |
HSL | 285º | 0.64% | 0.8% | - |
HSV(B) | 285º | 0.27% | 0.93% | - |
XYZ | 60.05 | 51.37 | 86.87 | - |
YUV | 194.65 | 151.9 | 146.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 173 | 237 | 0.07 | 0.27 | 0 | 0.07 | 285 | 0.64 | 0.8 |
Hex | DD | AD | ED | 7 | 1B | 0 | 7 | 11D | 40 | 50 |
Octal | 335 | 255 | 355 | 7 | 33 | 0 | 7 | 435 | 100 | 120 |
Binary | 11011101 | 10101101 | 11101101 | 111 | 11011 | 0 | 111 | 100011101 | 1000000 | 1010000 |
Color Harmonies of #DDADED
Complementary color
Monochromatic Colors of #DDADED
Black with #DDADED
Text Example
Text Example
White with #DDADED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDADED; }
p { color: rgb(221,173,237); }
H1.HeaderClassName
{
color: #DDADED;
}
.AnyTagClassName
{
color: #DDADED;
}
</style>
background-color css
<style>
a { background-color: #DDADED; }
a { background-color: rgb(221,173,237); }
div.DivClassName
{
background-color: #DDADED;
}
.BgClassName
{
background-color: #DDADED;
}
</style>
border-color css
<style>
span { border-color: #DDADED; }
span { border-color: rgb(221,173,237); }
td.TdClassName
{
border-color: #DDADED;
}
.TagClassName
{
border-color: #DDADED;
}
</style>