Shades of Mauve #DDAEEE
Tints of Mauve #DDAEEE
RGB
CMYK
RGB Variations
Color information
#DDAEEE (or 0xDDAEEE) is known color: Mauve. HEX triplet: DD, AE and EE. RGB value is (221,174,238). Sum of RGB (Red+Green+Blue) = 221+174+238=633 (83% of max value = 765). Red value is 221 (86.72% from 255 or 34.91% from 633); Green value is 174 (68.36% from 255 or 27.49% from 633); Blue value is 238 (93.36% from 255 or 37.60% from 633); Max value from RGB is 238 - color contains mainly: blue. Hex color #DDAEEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDAEEE is #225111. Grayscale: #C3C3C3. Windows color (decimal): -2248978 or 15642333. OLE color: 15642333.
HSL color Cylindrical-coordinate representation of color #DDAEEE: hue angle of 284.06º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DDAEEE is Cyan = 0.07, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 174 | 238 | - |
| CMYK | 0.07 | 0.27 | 0 | 0.07 |
| HSL | 284.06º | 0.65% | 0.81% | - |
| HSV(B) | 284.06º | 0.27% | 0.93% | - |
| XYZ | 60.39 | 51.82 | 87.71 | - |
| YUV | 195.35 | 152.07 | 146.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 174 | 238 | 0.07 | 0.27 | 0 | 0.07 | 284.06 | 0.65 | 0.81 |
| Hex | DD | AE | EE | 7 | 1B | 0 | 7 | 11C | 41 | 51 |
| Octal | 335 | 256 | 356 | 7 | 33 | 0 | 7 | 434 | 101 | 121 |
| Binary | 11011101 | 10101110 | 11101110 | 111 | 11011 | 0 | 111 | 100011100 | 1000001 | 1010001 |
Color Harmonies of #DDAEEE
Complementary color
Monochromatic Colors of #DDAEEE
Black with #DDAEEE
Text Example
Text Example
White with #DDAEEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAEEE; }
p { color: rgb(221,174,238); }
H1.HeaderClassName
{
color: #DDAEEE;
}
.AnyTagClassName
{
color: #DDAEEE;
}
</style>
background-color css
<style>
a { background-color: #DDAEEE; }
a { background-color: rgb(221,174,238); }
div.DivClassName
{
background-color: #DDAEEE;
}
.BgClassName
{
background-color: #DDAEEE;
}
</style>
border-color css
<style>
span { border-color: #DDAEEE; }
span { border-color: rgb(221,174,238); }
td.TdClassName
{
border-color: #DDAEEE;
}
.TagClassName
{
border-color: #DDAEEE;
}
</style>