Shades of Mauve #D9AFFC
Tints of Mauve #D9AFFC
RGB
CMYK
RGB Variations
Color information
#D9AFFC (or 0xD9AFFC) is known color: Mauve. HEX triplet: D9, AF and FC. RGB value is (217,175,252). Sum of RGB (Red+Green+Blue) = 217+175+252=644 (85% of max value = 765). Red value is 217 (85.16% from 255 or 33.70% from 644); Green value is 175 (68.75% from 255 or 27.17% from 644); Blue value is 252 (98.83% from 255 or 39.13% from 644); Max value from RGB is 252 - color contains mainly: blue. Hex color #D9AFFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D9AFFC is #265003. Grayscale: #C4C4C4. Windows color (decimal): -2510852 or 16560089. OLE color: 16560089.
HSL color Cylindrical-coordinate representation of color #D9AFFC: hue angle of 272.73º degrees, saturation: 0.93, 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 #D9AFFC is Cyan = 0.14, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 217 | 175 | 252 | - |
CMYK | 0.14 | 0.31 | 0 | 0.01 |
HSL | 272.73º | 0.93% | 0.84% | - |
HSV(B) | 272.73º | 0.31% | 0.99% | - |
XYZ | 61.52 | 52.44 | 98.98 | - |
YUV | 196.34 | 159.41 | 142.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 175 | 252 | 0.14 | 0.31 | 0 | 0.01 | 272.73 | 0.93 | 0.84 |
Hex | D9 | AF | FC | E | 1F | 0 | 1 | 111 | 5D | 54 |
Octal | 331 | 257 | 374 | 16 | 37 | 0 | 1 | 421 | 135 | 124 |
Binary | 11011001 | 10101111 | 11111100 | 1110 | 11111 | 0 | 1 | 100010001 | 1011101 | 1010100 |
Color Harmonies of #D9AFFC
Complementary color
Monochromatic Colors of #D9AFFC
Black with #D9AFFC
Text Example
Text Example
White with #D9AFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9AFFC; }
p { color: rgb(217,175,252); }
H1.HeaderClassName
{
color: #D9AFFC;
}
.AnyTagClassName
{
color: #D9AFFC;
}
</style>
background-color css
<style>
a { background-color: #D9AFFC; }
a { background-color: rgb(217,175,252); }
div.DivClassName
{
background-color: #D9AFFC;
}
.BgClassName
{
background-color: #D9AFFC;
}
</style>
border-color css
<style>
span { border-color: #D9AFFC; }
span { border-color: rgb(217,175,252); }
td.TdClassName
{
border-color: #D9AFFC;
}
.TagClassName
{
border-color: #D9AFFC;
}
</style>