Shades of Mauve #DFBBFF
Tints of Mauve #DFBBFF
RGB
CMYK
RGB Variations
Color information
#DFBBFF (or 0xDFBBFF) is known color: Mauve. HEX triplet: DF, BB and FF. RGB value is (223,187,255). Sum of RGB (Red+Green+Blue) = 223+187+255=665 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.53% from 665); Green value is 187 (73.44% from 255 or 28.12% from 665); Blue value is 255 (100% from 255 or 38.35% from 665); Max value from RGB is 255 - color contains mainly: blue. Hex color #DFBBFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFBBFF is #204400. Grayscale: #CDCDCD. Windows color (decimal): -2114561 or 16759775. OLE color: 16759775.
HSL color Cylindrical-coordinate representation of color #DFBBFF: hue angle of 271.76º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DFBBFF is Cyan = 0.13, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 223 | 187 | 255 | - |
| CMYK | 0.13 | 0.27 | 0 | 0 |
| HSL | 271.76º | 1% | 0.87% | - |
| HSV(B) | 271.76º | 0.27% | 1% | - |
| XYZ | 66.25 | 58.45 | 102.4 | - |
| YUV | 205.52 | 155.93 | 140.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 187 | 255 | 0.13 | 0.27 | 0 | 0 | 271.76 | 1 | 0.87 |
| Hex | DF | BB | FF | D | 1B | 0 | 0 | 110 | 64 | 57 |
| Octal | 337 | 273 | 377 | 15 | 33 | 0 | 0 | 420 | 144 | 127 |
| Binary | 11011111 | 10111011 | 11111111 | 1101 | 11011 | 0 | 0 | 100010000 | 1100100 | 1010111 |
Color Harmonies of #DFBBFF
Complementary color
Monochromatic Colors of #DFBBFF
Black with #DFBBFF
Text Example
Text Example
White with #DFBBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBBFF; }
p { color: rgb(223,187,255); }
H1.HeaderClassName
{
color: #DFBBFF;
}
.AnyTagClassName
{
color: #DFBBFF;
}
</style>
background-color css
<style>
a { background-color: #DFBBFF; }
a { background-color: rgb(223,187,255); }
div.DivClassName
{
background-color: #DFBBFF;
}
.BgClassName
{
background-color: #DFBBFF;
}
</style>
border-color css
<style>
span { border-color: #DFBBFF; }
span { border-color: rgb(223,187,255); }
td.TdClassName
{
border-color: #DFBBFF;
}
.TagClassName
{
border-color: #DFBBFF;
}
</style>