Shades of Mauve #DDABFF
Tints of Mauve #DDABFF
RGB
CMYK
RGB Variations
Color information
#DDABFF (or 0xDDABFF) is known color: Mauve. HEX triplet: DD, AB and FF. RGB value is (221,171,255). Sum of RGB (Red+Green+Blue) = 221+171+255=647 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.16% from 647); Green value is 171 (67.19% from 255 or 26.43% from 647); Blue value is 255 (100% from 255 or 39.41% from 647); Max value from RGB is 255 - color contains mainly: blue. Hex color #DDABFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDABFF is #225400. Grayscale: #C3C3C3. Windows color (decimal): -2249729 or 16755677. OLE color: 16755677.
HSL color Cylindrical-coordinate representation of color #DDABFF: hue angle of 275.71º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DDABFF is Cyan = 0.13, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 221 | 171 | 255 | - |
| CMYK | 0.13 | 0.33 | 0 | 0 |
| HSL | 275.71º | 1% | 0.84% | - |
| HSV(B) | 275.71º | 0.33% | 1% | - |
| XYZ | 62.43 | 51.72 | 101.3 | - |
| YUV | 195.53 | 161.57 | 146.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 171 | 255 | 0.13 | 0.33 | 0 | 0 | 275.71 | 1 | 0.84 |
| Hex | DD | AB | FF | D | 21 | 0 | 0 | 114 | 64 | 54 |
| Octal | 335 | 253 | 377 | 15 | 41 | 0 | 0 | 424 | 144 | 124 |
| Binary | 11011101 | 10101011 | 11111111 | 1101 | 100001 | 0 | 0 | 100010100 | 1100100 | 1010100 |
Color Harmonies of #DDABFF
Complementary color
Monochromatic Colors of #DDABFF
Black with #DDABFF
Text Example
Text Example
White with #DDABFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDABFF; }
p { color: rgb(221,171,255); }
H1.HeaderClassName
{
color: #DDABFF;
}
.AnyTagClassName
{
color: #DDABFF;
}
</style>
background-color css
<style>
a { background-color: #DDABFF; }
a { background-color: rgb(221,171,255); }
div.DivClassName
{
background-color: #DDABFF;
}
.BgClassName
{
background-color: #DDABFF;
}
</style>
border-color css
<style>
span { border-color: #DDABFF; }
span { border-color: rgb(221,171,255); }
td.TdClassName
{
border-color: #DDABFF;
}
.TagClassName
{
border-color: #DDABFF;
}
</style>