Shades of Mauve #DDA7FC
Tints of Mauve #DDA7FC
RGB
CMYK
RGB Variations
Color information
#DDA7FC (or 0xDDA7FC) is known color: Mauve. HEX triplet: DD, A7 and FC. RGB value is (221,167,252). Sum of RGB (Red+Green+Blue) = 221+167+252=640 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.53% from 640); Green value is 167 (65.62% from 255 or 26.09% from 640); Blue value is 252 (98.83% from 255 or 39.38% from 640); Max value from RGB is 252 - color contains mainly: blue. Hex color #DDA7FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDA7FC is #225803. Grayscale: #C0C0C0. Windows color (decimal): -2250756 or 16558045. OLE color: 16558045.
HSL color Cylindrical-coordinate representation of color #DDA7FC: hue angle of 278.12º degrees, saturation: 0.93, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DDA7FC is Cyan = 0.12, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 221 | 167 | 252 | - |
CMYK | 0.12 | 0.34 | 0 | 0.01 |
HSL | 278.12º | 0.93% | 0.82% | - |
HSV(B) | 278.12º | 0.34% | 0.99% | - |
XYZ | 61.21 | 50.04 | 98.53 | - |
YUV | 192.84 | 161.39 | 148.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 167 | 252 | 0.12 | 0.34 | 0 | 0.01 | 278.12 | 0.93 | 0.82 |
Hex | DD | A7 | FC | C | 22 | 0 | 1 | 116 | 5D | 52 |
Octal | 335 | 247 | 374 | 14 | 42 | 0 | 1 | 426 | 135 | 122 |
Binary | 11011101 | 10100111 | 11111100 | 1100 | 100010 | 0 | 1 | 100010110 | 1011101 | 1010010 |
Color Harmonies of #DDA7FC
Complementary color
Monochromatic Colors of #DDA7FC
Black with #DDA7FC
Text Example
Text Example
White with #DDA7FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA7FC; }
p { color: rgb(221,167,252); }
H1.HeaderClassName
{
color: #DDA7FC;
}
.AnyTagClassName
{
color: #DDA7FC;
}
</style>
background-color css
<style>
a { background-color: #DDA7FC; }
a { background-color: rgb(221,167,252); }
div.DivClassName
{
background-color: #DDA7FC;
}
.BgClassName
{
background-color: #DDA7FC;
}
</style>
border-color css
<style>
span { border-color: #DDA7FC; }
span { border-color: rgb(221,167,252); }
td.TdClassName
{
border-color: #DDA7FC;
}
.TagClassName
{
border-color: #DDA7FC;
}
</style>