Shades of Mauve #DDAFFD
Tints of Mauve #DDAFFD
RGB
CMYK
RGB Variations
Color information
#DDAFFD (or 0xDDAFFD) is known color: Mauve. HEX triplet: DD, AF and FD. RGB value is (221,175,253). Sum of RGB (Red+Green+Blue) = 221+175+253=649 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.05% from 649); Green value is 175 (68.75% from 255 or 26.96% from 649); Blue value is 253 (99.22% from 255 or 38.98% from 649); Max value from RGB is 253 - color contains mainly: blue. Hex color #DDAFFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDAFFD is #225002. Grayscale: #C5C5C5. Windows color (decimal): -2248707 or 16625629. OLE color: 16625629.
HSL color Cylindrical-coordinate representation of color #DDAFFD: hue angle of 275.38º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DDAFFD is Cyan = 0.13, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 221 | 175 | 253 | - |
CMYK | 0.13 | 0.31 | 0 | 0.01 |
HSL | 275.38º | 0.95% | 0.84% | - |
HSV(B) | 275.38º | 0.31% | 0.99% | - |
XYZ | 62.88 | 53.12 | 99.87 | - |
YUV | 197.65 | 159.24 | 144.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 175 | 253 | 0.13 | 0.31 | 0 | 0.01 | 275.38 | 0.95 | 0.84 |
Hex | DD | AF | FD | D | 1F | 0 | 1 | 113 | 5F | 54 |
Octal | 335 | 257 | 375 | 15 | 37 | 0 | 1 | 423 | 137 | 124 |
Binary | 11011101 | 10101111 | 11111101 | 1101 | 11111 | 0 | 1 | 100010011 | 1011111 | 1010100 |
Color Harmonies of #DDAFFD
Complementary color
Monochromatic Colors of #DDAFFD
Black with #DDAFFD
Text Example
Text Example
White with #DDAFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAFFD; }
p { color: rgb(221,175,253); }
H1.HeaderClassName
{
color: #DDAFFD;
}
.AnyTagClassName
{
color: #DDAFFD;
}
</style>
background-color css
<style>
a { background-color: #DDAFFD; }
a { background-color: rgb(221,175,253); }
div.DivClassName
{
background-color: #DDAFFD;
}
.BgClassName
{
background-color: #DDAFFD;
}
</style>
border-color css
<style>
span { border-color: #DDAFFD; }
span { border-color: rgb(221,175,253); }
td.TdClassName
{
border-color: #DDAFFD;
}
.TagClassName
{
border-color: #DDAFFD;
}
</style>