Shades of Mauve #DDA8F0
Tints of Mauve #DDA8F0
RGB
CMYK
RGB Variations
Color information
#DDA8F0 (or 0xDDA8F0) is known color: Mauve. HEX triplet: DD, A8 and F0. RGB value is (221,168,240). Sum of RGB (Red+Green+Blue) = 221+168+240=629 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.14% from 629); Green value is 168 (66.02% from 255 or 26.71% from 629); Blue value is 240 (94.14% from 255 or 38.16% from 629); Max value from RGB is 240 - color contains mainly: blue. Hex color #DDA8F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDA8F0 is #22570F. Grayscale: #BFBFBF. Windows color (decimal): -2250512 or 15771869. OLE color: 15771869.
HSL color Cylindrical-coordinate representation of color #DDA8F0: hue angle of 284.17º degrees, saturation: 0.71, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DDA8F0 is Cyan = 0.08, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 221 | 168 | 240 | - |
CMYK | 0.08 | 0.3 | 0 | 0.06 |
HSL | 284.17º | 0.71% | 0.8% | - |
HSV(B) | 284.17º | 0.3% | 0.94% | - |
XYZ | 59.55 | 49.67 | 88.89 | - |
YUV | 192.06 | 155.06 | 148.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 168 | 240 | 0.08 | 0.3 | 0 | 0.06 | 284.17 | 0.71 | 0.8 |
Hex | DD | A8 | F0 | 8 | 1E | 0 | 6 | 11C | 47 | 50 |
Octal | 335 | 250 | 360 | 10 | 36 | 0 | 6 | 434 | 107 | 120 |
Binary | 11011101 | 10101000 | 11110000 | 1000 | 11110 | 0 | 110 | 100011100 | 1000111 | 1010000 |
Color Harmonies of #DDA8F0
Complementary color
Monochromatic Colors of #DDA8F0
Black with #DDA8F0
Text Example
Text Example
White with #DDA8F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA8F0; }
p { color: rgb(221,168,240); }
H1.HeaderClassName
{
color: #DDA8F0;
}
.AnyTagClassName
{
color: #DDA8F0;
}
</style>
background-color css
<style>
a { background-color: #DDA8F0; }
a { background-color: rgb(221,168,240); }
div.DivClassName
{
background-color: #DDA8F0;
}
.BgClassName
{
background-color: #DDA8F0;
}
</style>
border-color css
<style>
span { border-color: #DDA8F0; }
span { border-color: rgb(221,168,240); }
td.TdClassName
{
border-color: #DDA8F0;
}
.TagClassName
{
border-color: #DDA8F0;
}
</style>