Shades of Mauve #DDAEF4
Tints of Mauve #DDAEF4
RGB
CMYK
RGB Variations
Color information
#DDAEF4 (or 0xDDAEF4) is known color: Mauve. HEX triplet: DD, AE and F4. RGB value is (221,174,244). Sum of RGB (Red+Green+Blue) = 221+174+244=639 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.59% from 639); Green value is 174 (68.36% from 255 or 27.23% from 639); Blue value is 244 (95.70% from 255 or 38.18% from 639); Max value from RGB is 244 - color contains mainly: blue. Hex color #DDAEF4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDAEF4 is #22510B. Grayscale: #C3C3C3. Windows color (decimal): -2248972 or 16035549. OLE color: 16035549.
HSL color Cylindrical-coordinate representation of color #DDAEF4: hue angle of 280.29º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DDAEF4 is Cyan = 0.09, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 221 | 174 | 244 | - |
CMYK | 0.09 | 0.29 | 0 | 0.04 |
HSL | 280.29º | 0.76% | 0.82% | - |
HSV(B) | 280.29º | 0.29% | 0.96% | - |
XYZ | 61.28 | 52.18 | 92.43 | - |
YUV | 196.03 | 155.07 | 145.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 174 | 244 | 0.09 | 0.29 | 0 | 0.04 | 280.29 | 0.76 | 0.82 |
Hex | DD | AE | F4 | 9 | 1D | 0 | 4 | 118 | 4C | 52 |
Octal | 335 | 256 | 364 | 11 | 35 | 0 | 4 | 430 | 114 | 122 |
Binary | 11011101 | 10101110 | 11110100 | 1001 | 11101 | 0 | 100 | 100011000 | 1001100 | 1010010 |
Color Harmonies of #DDAEF4
Complementary color
Monochromatic Colors of #DDAEF4
Black with #DDAEF4
Text Example
Text Example
White with #DDAEF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAEF4; }
p { color: rgb(221,174,244); }
H1.HeaderClassName
{
color: #DDAEF4;
}
.AnyTagClassName
{
color: #DDAEF4;
}
</style>
background-color css
<style>
a { background-color: #DDAEF4; }
a { background-color: rgb(221,174,244); }
div.DivClassName
{
background-color: #DDAEF4;
}
.BgClassName
{
background-color: #DDAEF4;
}
</style>
border-color css
<style>
span { border-color: #DDAEF4; }
span { border-color: rgb(221,174,244); }
td.TdClassName
{
border-color: #DDAEF4;
}
.TagClassName
{
border-color: #DDAEF4;
}
</style>