Shades of Mauve #DFBBFC
Tints of Mauve #DFBBFC
RGB
CMYK
RGB Variations
Color information
#DFBBFC (or 0xDFBBFC) is known color: Mauve. HEX triplet: DF, BB and FC. RGB value is (223,187,252). Sum of RGB (Red+Green+Blue) = 223+187+252=662 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.69% from 662); Green value is 187 (73.44% from 255 or 28.25% from 662); Blue value is 252 (98.83% from 255 or 38.07% from 662); Max value from RGB is 252 - color contains mainly: blue. Hex color #DFBBFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFBBFC is #204403. Grayscale: #CCCCCC. Windows color (decimal): -2114564 or 16563167. OLE color: 16563167.
HSL color Cylindrical-coordinate representation of color #DFBBFC: hue angle of 273.23º 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 #DFBBFC is Cyan = 0.12, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 223 | 187 | 252 | - |
| CMYK | 0.12 | 0.26 | 0 | 0.01 |
| HSL | 273.23º | 0.92% | 0.86% | - |
| HSV(B) | 273.23º | 0.26% | 0.99% | - |
| XYZ | 65.77 | 58.26 | 99.87 | - |
| YUV | 205.17 | 154.43 | 140.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 187 | 252 | 0.12 | 0.26 | 0 | 0.01 | 273.23 | 0.92 | 0.86 |
| Hex | DF | BB | FC | C | 1A | 0 | 1 | 111 | 5C | 56 |
| Octal | 337 | 273 | 374 | 14 | 32 | 0 | 1 | 421 | 134 | 126 |
| Binary | 11011111 | 10111011 | 11111100 | 1100 | 11010 | 0 | 1 | 100010001 | 1011100 | 1010110 |
Color Harmonies of #DFBBFC
Complementary color
Monochromatic Colors of #DFBBFC
Black with #DFBBFC
Text Example
Text Example
White with #DFBBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBBFC; }
p { color: rgb(223,187,252); }
H1.HeaderClassName
{
color: #DFBBFC;
}
.AnyTagClassName
{
color: #DFBBFC;
}
</style>
background-color css
<style>
a { background-color: #DFBBFC; }
a { background-color: rgb(223,187,252); }
div.DivClassName
{
background-color: #DFBBFC;
}
.BgClassName
{
background-color: #DFBBFC;
}
</style>
border-color css
<style>
span { border-color: #DFBBFC; }
span { border-color: rgb(223,187,252); }
td.TdClassName
{
border-color: #DFBBFC;
}
.TagClassName
{
border-color: #DFBBFC;
}
</style>