Shades of Mauve #DDABFD
Tints of Mauve #DDABFD
RGB
CMYK
RGB Variations
Color information
#DDABFD (or 0xDDABFD) is known color: Mauve. HEX triplet: DD, AB and FD. RGB value is (221,171,253). Sum of RGB (Red+Green+Blue) = 221+171+253=645 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.26% from 645); Green value is 171 (67.19% from 255 or 26.51% from 645); Blue value is 253 (99.22% from 255 or 39.22% from 645); Max value from RGB is 253 - color contains mainly: blue. Hex color #DDABFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDABFD is #225402. Grayscale: #C3C3C3. Windows color (decimal): -2249731 or 16624605. OLE color: 16624605.
HSL color Cylindrical-coordinate representation of color #DDABFD: hue angle of 276.59º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DDABFD is Cyan = 0.13, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 221 | 171 | 253 | - |
CMYK | 0.13 | 0.32 | 0 | 0.01 |
HSL | 276.59º | 0.95% | 0.83% | - |
HSV(B) | 276.59º | 0.32% | 0.99% | - |
XYZ | 62.11 | 51.59 | 99.61 | - |
YUV | 195.3 | 160.57 | 146.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 171 | 253 | 0.13 | 0.32 | 0 | 0.01 | 276.59 | 0.95 | 0.83 |
Hex | DD | AB | FD | D | 20 | 0 | 1 | 115 | 5F | 53 |
Octal | 335 | 253 | 375 | 15 | 40 | 0 | 1 | 425 | 137 | 123 |
Binary | 11011101 | 10101011 | 11111101 | 1101 | 100000 | 0 | 1 | 100010101 | 1011111 | 1010011 |
Color Harmonies of #DDABFD
Complementary color
Monochromatic Colors of #DDABFD
Black with #DDABFD
Text Example
Text Example
White with #DDABFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDABFD; }
p { color: rgb(221,171,253); }
H1.HeaderClassName
{
color: #DDABFD;
}
.AnyTagClassName
{
color: #DDABFD;
}
</style>
background-color css
<style>
a { background-color: #DDABFD; }
a { background-color: rgb(221,171,253); }
div.DivClassName
{
background-color: #DDABFD;
}
.BgClassName
{
background-color: #DDABFD;
}
</style>
border-color css
<style>
span { border-color: #DDABFD; }
span { border-color: rgb(221,171,253); }
td.TdClassName
{
border-color: #DDABFD;
}
.TagClassName
{
border-color: #DDABFD;
}
</style>