Shades of Mauve #DFB4FC
Tints of Mauve #DFB4FC
RGB
CMYK
RGB Variations
Color information
#DFB4FC (or 0xDFB4FC) is known color: Mauve. HEX triplet: DF, B4 and FC. RGB value is (223,180,252). Sum of RGB (Red+Green+Blue) = 223+180+252=655 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.05% from 655); Green value is 180 (70.70% from 255 or 27.48% from 655); Blue value is 252 (98.83% from 255 or 38.47% from 655); Max value from RGB is 252 - color contains mainly: blue. Hex color #DFB4FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFB4FC is #204B03. Grayscale: #C8C8C8. Windows color (decimal): -2116356 or 16561375. OLE color: 16561375.
HSL color Cylindrical-coordinate representation of color #DFB4FC: hue angle of 275.83º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DFB4FC is Cyan = 0.12, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 223 | 180 | 252 | - |
| CMYK | 0.12 | 0.29 | 0 | 0.01 |
| HSL | 275.83º | 0.92% | 0.85% | - |
| HSV(B) | 275.83º | 0.29% | 0.99% | - |
| XYZ | 64.32 | 55.36 | 99.39 | - |
| YUV | 201.07 | 156.75 | 143.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 180 | 252 | 0.12 | 0.29 | 0 | 0.01 | 275.83 | 0.92 | 0.85 |
| Hex | DF | B4 | FC | C | 1D | 0 | 1 | 114 | 5C | 55 |
| Octal | 337 | 264 | 374 | 14 | 35 | 0 | 1 | 424 | 134 | 125 |
| Binary | 11011111 | 10110100 | 11111100 | 1100 | 11101 | 0 | 1 | 100010100 | 1011100 | 1010101 |
Color Harmonies of #DFB4FC
Complementary color
Monochromatic Colors of #DFB4FC
Black with #DFB4FC
Text Example
Text Example
White with #DFB4FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB4FC; }
p { color: rgb(223,180,252); }
H1.HeaderClassName
{
color: #DFB4FC;
}
.AnyTagClassName
{
color: #DFB4FC;
}
</style>
background-color css
<style>
a { background-color: #DFB4FC; }
a { background-color: rgb(223,180,252); }
div.DivClassName
{
background-color: #DFB4FC;
}
.BgClassName
{
background-color: #DFB4FC;
}
</style>
border-color css
<style>
span { border-color: #DFB4FC; }
span { border-color: rgb(223,180,252); }
td.TdClassName
{
border-color: #DFB4FC;
}
.TagClassName
{
border-color: #DFB4FC;
}
</style>