Shades of Mauve #DDAEEC
Tints of Mauve #DDAEEC
RGB
CMYK
RGB Variations
Color information
#DDAEEC (or 0xDDAEEC) is known color: Mauve. HEX triplet: DD, AE and EC. RGB value is (221,174,236). Sum of RGB (Red+Green+Blue) = 221+174+236=631 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.02% from 631); Green value is 174 (68.36% from 255 or 27.58% from 631); Blue value is 236 (92.58% from 255 or 37.40% from 631); Max value from RGB is 236 - color contains mainly: blue. Hex color #DDAEEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDAEEC is #225113. Grayscale: #C2C2C2. Windows color (decimal): -2248980 or 15511261. OLE color: 15511261.
HSL color Cylindrical-coordinate representation of color #DDAEEC: hue angle of 285.48º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DDAEEC is Cyan = 0.06, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 221 | 174 | 236 | - |
CMYK | 0.06 | 0.26 | 0 | 0.07 |
HSL | 285.48º | 0.62% | 0.8% | - |
HSV(B) | 285.48º | 0.26% | 0.93% | - |
XYZ | 60.1 | 51.7 | 86.17 | - |
YUV | 195.12 | 151.07 | 146.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 174 | 236 | 0.06 | 0.26 | 0 | 0.07 | 285.48 | 0.62 | 0.8 |
Hex | DD | AE | EC | 6 | 1A | 0 | 7 | 11D | 3E | 50 |
Octal | 335 | 256 | 354 | 6 | 32 | 0 | 7 | 435 | 76 | 120 |
Binary | 11011101 | 10101110 | 11101100 | 110 | 11010 | 0 | 111 | 100011101 | 111110 | 1010000 |
Color Harmonies of #DDAEEC
Complementary color
Monochromatic Colors of #DDAEEC
Black with #DDAEEC
Text Example
Text Example
White with #DDAEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAEEC; }
p { color: rgb(221,174,236); }
H1.HeaderClassName
{
color: #DDAEEC;
}
.AnyTagClassName
{
color: #DDAEEC;
}
</style>
background-color css
<style>
a { background-color: #DDAEEC; }
a { background-color: rgb(221,174,236); }
div.DivClassName
{
background-color: #DDAEEC;
}
.BgClassName
{
background-color: #DDAEEC;
}
</style>
border-color css
<style>
span { border-color: #DDAEEC; }
span { border-color: rgb(221,174,236); }
td.TdClassName
{
border-color: #DDAEEC;
}
.TagClassName
{
border-color: #DDAEEC;
}
</style>