Shades of Mauve #DFBAFC
Tints of Mauve #DFBAFC
RGB
CMYK
RGB Variations
Color information
#DFBAFC (or 0xDFBAFC) is known color: Mauve. HEX triplet: DF, BA and FC. RGB value is (223,186,252). Sum of RGB (Red+Green+Blue) = 223+186+252=661 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.74% from 661); Green value is 186 (73.05% from 255 or 28.14% from 661); Blue value is 252 (98.83% from 255 or 38.12% from 661); Max value from RGB is 252 - color contains mainly: blue. Hex color #DFBAFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFBAFC is #204503. Grayscale: #CCCCCC. Windows color (decimal): -2114820 or 16562911. OLE color: 16562911.
HSL color Cylindrical-coordinate representation of color #DFBAFC: hue angle of 273.64º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DFBAFC is Cyan = 0.12, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 223 | 186 | 252 | - |
| CMYK | 0.12 | 0.26 | 0 | 0.01 |
| HSL | 273.64º | 0.92% | 0.86% | - |
| HSV(B) | 273.64º | 0.26% | 0.99% | - |
| XYZ | 65.56 | 57.83 | 99.8 | - |
| YUV | 204.59 | 154.76 | 141.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 186 | 252 | 0.12 | 0.26 | 0 | 0.01 | 273.64 | 0.92 | 0.86 |
| Hex | DF | BA | FC | C | 1A | 0 | 1 | 112 | 5C | 56 |
| Octal | 337 | 272 | 374 | 14 | 32 | 0 | 1 | 422 | 134 | 126 |
| Binary | 11011111 | 10111010 | 11111100 | 1100 | 11010 | 0 | 1 | 100010010 | 1011100 | 1010110 |
Color Harmonies of #DFBAFC
Complementary color
Monochromatic Colors of #DFBAFC
Black with #DFBAFC
Text Example
Text Example
White with #DFBAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBAFC; }
p { color: rgb(223,186,252); }
H1.HeaderClassName
{
color: #DFBAFC;
}
.AnyTagClassName
{
color: #DFBAFC;
}
</style>
background-color css
<style>
a { background-color: #DFBAFC; }
a { background-color: rgb(223,186,252); }
div.DivClassName
{
background-color: #DFBAFC;
}
.BgClassName
{
background-color: #DFBAFC;
}
</style>
border-color css
<style>
span { border-color: #DFBAFC; }
span { border-color: rgb(223,186,252); }
td.TdClassName
{
border-color: #DFBAFC;
}
.TagClassName
{
border-color: #DFBAFC;
}
</style>