Shades of Mauve #DDACEE
Tints of Mauve #DDACEE
RGB
CMYK
RGB Variations
Color information
#DDACEE (or 0xDDACEE) is known color: Mauve. HEX triplet: DD, AC and EE. RGB value is (221,172,238). Sum of RGB (Red+Green+Blue) = 221+172+238=631 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.02% from 631); Green value is 172 (67.58% from 255 or 27.26% from 631); Blue value is 238 (93.36% from 255 or 37.72% from 631); Max value from RGB is 238 - color contains mainly: blue. Hex color #DDACEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDACEE is #225311. Grayscale: #C1C1C1. Windows color (decimal): -2249490 or 15641821. OLE color: 15641821.
HSL color Cylindrical-coordinate representation of color #DDACEE: hue angle of 284.55º degrees, saturation: 0.66, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DDACEE is Cyan = 0.07, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 221 | 172 | 238 | - |
CMYK | 0.07 | 0.28 | 0 | 0.07 |
HSL | 284.55º | 0.66% | 0.8% | - |
HSV(B) | 284.55º | 0.28% | 0.93% | - |
XYZ | 60 | 51.05 | 87.58 | - |
YUV | 194.18 | 152.73 | 147.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 172 | 238 | 0.07 | 0.28 | 0 | 0.07 | 284.55 | 0.66 | 0.8 |
Hex | DD | AC | EE | 7 | 1C | 0 | 7 | 11D | 42 | 50 |
Octal | 335 | 254 | 356 | 7 | 34 | 0 | 7 | 435 | 102 | 120 |
Binary | 11011101 | 10101100 | 11101110 | 111 | 11100 | 0 | 111 | 100011101 | 1000010 | 1010000 |
Color Harmonies of #DDACEE
Complementary color
Monochromatic Colors of #DDACEE
Black with #DDACEE
Text Example
Text Example
White with #DDACEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDACEE; }
p { color: rgb(221,172,238); }
H1.HeaderClassName
{
color: #DDACEE;
}
.AnyTagClassName
{
color: #DDACEE;
}
</style>
background-color css
<style>
a { background-color: #DDACEE; }
a { background-color: rgb(221,172,238); }
div.DivClassName
{
background-color: #DDACEE;
}
.BgClassName
{
background-color: #DDACEE;
}
</style>
border-color css
<style>
span { border-color: #DDACEE; }
span { border-color: rgb(221,172,238); }
td.TdClassName
{
border-color: #DDACEE;
}
.TagClassName
{
border-color: #DDACEE;
}
</style>