Shades of Mauve #DCA8FB
Tints of Mauve #DCA8FB
RGB
CMYK
RGB Variations
Color information
#DCA8FB (or 0xDCA8FB) is known color: Mauve. HEX triplet: DC, A8 and FB. RGB value is (220,168,251). Sum of RGB (Red+Green+Blue) = 220+168+251=639 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.43% from 639); Green value is 168 (66.02% from 255 or 26.29% from 639); Blue value is 251 (98.44% from 255 or 39.28% from 639); Max value from RGB is 251 - color contains mainly: blue. Hex color #DCA8FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCA8FB is #235704. Grayscale: #C0C0C0. Windows color (decimal): -2316037 or 16492764. OLE color: 16492764.
HSL color Cylindrical-coordinate representation of color #DCA8FB: hue angle of 277.59º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DCA8FB is Cyan = 0.12, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 168 | 251 | - |
| CMYK | 0.12 | 0.33 | 0 | 0.02 |
| HSL | 277.59º | 0.91% | 0.82% | - |
| HSV(B) | 277.59º | 0.33% | 0.98% | - |
| XYZ | 60.93 | 50.19 | 97.74 | - |
| YUV | 193.01 | 160.73 | 147.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 168 | 251 | 0.12 | 0.33 | 0 | 0.02 | 277.59 | 0.91 | 0.82 |
| Hex | DC | A8 | FB | C | 21 | 0 | 2 | 116 | 5B | 52 |
| Octal | 334 | 250 | 373 | 14 | 41 | 0 | 2 | 426 | 133 | 122 |
| Binary | 11011100 | 10101000 | 11111011 | 1100 | 100001 | 0 | 10 | 100010110 | 1011011 | 1010010 |
Color Harmonies of #DCA8FB
Complementary color
Monochromatic Colors of #DCA8FB
Black with #DCA8FB
Text Example
Text Example
White with #DCA8FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA8FB; }
p { color: rgb(220,168,251); }
H1.HeaderClassName
{
color: #DCA8FB;
}
.AnyTagClassName
{
color: #DCA8FB;
}
</style>
background-color css
<style>
a { background-color: #DCA8FB; }
a { background-color: rgb(220,168,251); }
div.DivClassName
{
background-color: #DCA8FB;
}
.BgClassName
{
background-color: #DCA8FB;
}
</style>
border-color css
<style>
span { border-color: #DCA8FB; }
span { border-color: rgb(220,168,251); }
td.TdClassName
{
border-color: #DCA8FB;
}
.TagClassName
{
border-color: #DCA8FB;
}
</style>