Shades of Mauve #DFB0FE
Tints of Mauve #DFB0FE
RGB
CMYK
RGB Variations
Color information
#DFB0FE (or 0xDFB0FE) is known color: Mauve. HEX triplet: DF, B0 and FE. RGB value is (223,176,254). Sum of RGB (Red+Green+Blue) = 223+176+254=653 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.15% from 653); Green value is 176 (69.14% from 255 or 26.95% from 653); Blue value is 254 (99.61% from 255 or 38.90% from 653); Max value from RGB is 254 - color contains mainly: blue. Hex color #DFB0FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFB0FE is #204F01. Grayscale: #C6C6C6. Windows color (decimal): -2117378 or 16691423. OLE color: 16691423.
HSL color Cylindrical-coordinate representation of color #DFB0FE: hue angle of 276.15º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DFB0FE is Cyan = 0.12, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 223 | 176 | 254 | - |
| CMYK | 0.12 | 0.31 | 0 | 0.00 |
| HSL | 276.15º | 0.98% | 0.84% | - |
| HSV(B) | 276.15º | 0.31% | 1% | - |
| XYZ | 63.85 | 53.89 | 100.8 | - |
| YUV | 198.95 | 159.07 | 145.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 176 | 254 | 0.12 | 0.31 | 0 | 0.00 | 276.15 | 0.98 | 0.84 |
| Hex | DF | B0 | FE | C | 1F | 0 | 0 | 114 | 62 | 54 |
| Octal | 337 | 260 | 376 | 14 | 37 | 0 | 0 | 424 | 142 | 124 |
| Binary | 11011111 | 10110000 | 11111110 | 1100 | 11111 | 0 | 0 | 100010100 | 1100010 | 1010100 |
Color Harmonies of #DFB0FE
Complementary color
Monochromatic Colors of #DFB0FE
Black with #DFB0FE
Text Example
Text Example
White with #DFB0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB0FE; }
p { color: rgb(223,176,254); }
H1.HeaderClassName
{
color: #DFB0FE;
}
.AnyTagClassName
{
color: #DFB0FE;
}
</style>
background-color css
<style>
a { background-color: #DFB0FE; }
a { background-color: rgb(223,176,254); }
div.DivClassName
{
background-color: #DFB0FE;
}
.BgClassName
{
background-color: #DFB0FE;
}
</style>
border-color css
<style>
span { border-color: #DFB0FE; }
span { border-color: rgb(223,176,254); }
td.TdClassName
{
border-color: #DFB0FE;
}
.TagClassName
{
border-color: #DFB0FE;
}
</style>