Shades of Mauve #DFBBFE
Tints of Mauve #DFBBFE
RGB
CMYK
RGB Variations
Color information
#DFBBFE (or 0xDFBBFE) is known color: Mauve. HEX triplet: DF, BB and FE. RGB value is (223,187,254). Sum of RGB (Red+Green+Blue) = 223+187+254=664 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.58% from 664); Green value is 187 (73.44% from 255 or 28.16% from 664); Blue value is 254 (99.61% from 255 or 38.25% from 664); Max value from RGB is 254 - color contains mainly: blue. Hex color #DFBBFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFBBFE is #204401. Grayscale: #CDCDCD. Windows color (decimal): -2114562 or 16694239. OLE color: 16694239.
HSL color Cylindrical-coordinate representation of color #DFBBFE: hue angle of 272.24º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DFBBFE is Cyan = 0.12, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 223 | 187 | 254 | - |
| CMYK | 0.12 | 0.26 | 0 | 0.00 |
| HSL | 272.24º | 0.97% | 0.86% | - |
| HSV(B) | 272.24º | 0.26% | 1% | - |
| XYZ | 66.09 | 58.38 | 101.55 | - |
| YUV | 205.4 | 155.43 | 140.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 187 | 254 | 0.12 | 0.26 | 0 | 0.00 | 272.24 | 0.97 | 0.86 |
| Hex | DF | BB | FE | C | 1A | 0 | 0 | 110 | 61 | 56 |
| Octal | 337 | 273 | 376 | 14 | 32 | 0 | 0 | 420 | 141 | 126 |
| Binary | 11011111 | 10111011 | 11111110 | 1100 | 11010 | 0 | 0 | 100010000 | 1100001 | 1010110 |
Color Harmonies of #DFBBFE
Complementary color
Monochromatic Colors of #DFBBFE
Black with #DFBBFE
Text Example
Text Example
White with #DFBBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBBFE; }
p { color: rgb(223,187,254); }
H1.HeaderClassName
{
color: #DFBBFE;
}
.AnyTagClassName
{
color: #DFBBFE;
}
</style>
background-color css
<style>
a { background-color: #DFBBFE; }
a { background-color: rgb(223,187,254); }
div.DivClassName
{
background-color: #DFBBFE;
}
.BgClassName
{
background-color: #DFBBFE;
}
</style>
border-color css
<style>
span { border-color: #DFBBFE; }
span { border-color: rgb(223,187,254); }
td.TdClassName
{
border-color: #DFBBFE;
}
.TagClassName
{
border-color: #DFBBFE;
}
</style>