Shades of Mauve #DDAEF2
Tints of Mauve #DDAEF2
RGB
CMYK
RGB Variations
Color information
#DDAEF2 (or 0xDDAEF2) is known color: Mauve. HEX triplet: DD, AE and F2. RGB value is (221,174,242). Sum of RGB (Red+Green+Blue) = 221+174+242=637 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.69% from 637); Green value is 174 (68.36% from 255 or 27.32% from 637); Blue value is 242 (94.92% from 255 or 37.99% from 637); Max value from RGB is 242 - color contains mainly: blue. Hex color #DDAEF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDAEF2 is #22510D. Grayscale: #C3C3C3. Windows color (decimal): -2248974 or 15904477. OLE color: 15904477.
HSL color Cylindrical-coordinate representation of color #DDAEF2: hue angle of 281.47º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DDAEF2 is Cyan = 0.09, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 174 | 242 | - |
| CMYK | 0.09 | 0.28 | 0 | 0.05 |
| HSL | 281.47º | 0.72% | 0.82% | - |
| HSV(B) | 281.47º | 0.28% | 0.95% | - |
| XYZ | 60.98 | 52.06 | 90.84 | - |
| YUV | 195.81 | 154.07 | 145.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 174 | 242 | 0.09 | 0.28 | 0 | 0.05 | 281.47 | 0.72 | 0.82 |
| Hex | DD | AE | F2 | 9 | 1C | 0 | 5 | 119 | 48 | 52 |
| Octal | 335 | 256 | 362 | 11 | 34 | 0 | 5 | 431 | 110 | 122 |
| Binary | 11011101 | 10101110 | 11110010 | 1001 | 11100 | 0 | 101 | 100011001 | 1001000 | 1010010 |
Color Harmonies of #DDAEF2
Complementary color
Monochromatic Colors of #DDAEF2
Black with #DDAEF2
Text Example
Text Example
White with #DDAEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAEF2; }
p { color: rgb(221,174,242); }
H1.HeaderClassName
{
color: #DDAEF2;
}
.AnyTagClassName
{
color: #DDAEF2;
}
</style>
background-color css
<style>
a { background-color: #DDAEF2; }
a { background-color: rgb(221,174,242); }
div.DivClassName
{
background-color: #DDAEF2;
}
.BgClassName
{
background-color: #DDAEF2;
}
</style>
border-color css
<style>
span { border-color: #DDAEF2; }
span { border-color: rgb(221,174,242); }
td.TdClassName
{
border-color: #DDAEF2;
}
.TagClassName
{
border-color: #DDAEF2;
}
</style>