Shades of Mauve #DDAEF0
Tints of Mauve #DDAEF0
RGB
CMYK
RGB Variations
Color information
#DDAEF0 (or 0xDDAEF0) is known color: Mauve. HEX triplet: DD, AE and F0. RGB value is (221,174,240). Sum of RGB (Red+Green+Blue) = 221+174+240=635 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.80% from 635); Green value is 174 (68.36% from 255 or 27.40% from 635); Blue value is 240 (94.14% from 255 or 37.80% from 635); Max value from RGB is 240 - color contains mainly: blue. Hex color #DDAEF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDAEF0 is #22510F. Grayscale: #C3C3C3. Windows color (decimal): -2248976 or 15773405. OLE color: 15773405.
HSL color Cylindrical-coordinate representation of color #DDAEF0: hue angle of 282.73º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DDAEF0 is Cyan = 0.08, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 221 | 174 | 240 | - |
CMYK | 0.08 | 0.28 | 0 | 0.06 |
HSL | 282.73º | 0.69% | 0.81% | - |
HSV(B) | 282.73º | 0.28% | 0.94% | - |
XYZ | 60.68 | 51.94 | 89.26 | - |
YUV | 195.58 | 153.07 | 146.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 174 | 240 | 0.08 | 0.28 | 0 | 0.06 | 282.73 | 0.69 | 0.81 |
Hex | DD | AE | F0 | 8 | 1C | 0 | 6 | 11B | 45 | 51 |
Octal | 335 | 256 | 360 | 10 | 34 | 0 | 6 | 433 | 105 | 121 |
Binary | 11011101 | 10101110 | 11110000 | 1000 | 11100 | 0 | 110 | 100011011 | 1000101 | 1010001 |
Color Harmonies of #DDAEF0
Complementary color
Monochromatic Colors of #DDAEF0
Black with #DDAEF0
Text Example
Text Example
White with #DDAEF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAEF0; }
p { color: rgb(221,174,240); }
H1.HeaderClassName
{
color: #DDAEF0;
}
.AnyTagClassName
{
color: #DDAEF0;
}
</style>
background-color css
<style>
a { background-color: #DDAEF0; }
a { background-color: rgb(221,174,240); }
div.DivClassName
{
background-color: #DDAEF0;
}
.BgClassName
{
background-color: #DDAEF0;
}
</style>
border-color css
<style>
span { border-color: #DDAEF0; }
span { border-color: rgb(221,174,240); }
td.TdClassName
{
border-color: #DDAEF0;
}
.TagClassName
{
border-color: #DDAEF0;
}
</style>