Shades of Mauve #DFBFF8
Tints of Mauve #DFBFF8
RGB
CMYK
RGB Variations
Color information
#DFBFF8 (or 0xDFBFF8) is known color: Mauve. HEX triplet: DF, BF and F8. RGB value is (223,191,248). Sum of RGB (Red+Green+Blue) = 223+191+248=662 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.69% from 662); Green value is 191 (75% from 255 or 28.85% from 662); Blue value is 248 (97.27% from 255 or 37.46% from 662); Max value from RGB is 248 - color contains mainly: blue. Hex color #DFBFF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFBFF8 is #204007. Grayscale: #CECECE. Windows color (decimal): -2113544 or 16302047. OLE color: 16302047.
HSL color Cylindrical-coordinate representation of color #DFBFF8: hue angle of 273.68º degrees, saturation: 0.8, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DFBFF8 is Cyan = 0.10, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 223 | 191 | 248 | - |
| CMYK | 0.10 | 0.23 | 0 | 0.03 |
| HSL | 273.68º | 0.8% | 0.86% | - |
| HSV(B) | 273.68º | 0.23% | 0.97% | - |
| XYZ | 66.01 | 59.73 | 96.86 | - |
| YUV | 207.07 | 151.1 | 139.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 191 | 248 | 0.10 | 0.23 | 0 | 0.03 | 273.68 | 0.8 | 0.86 |
| Hex | DF | BF | F8 | A | 17 | 0 | 3 | 112 | 50 | 56 |
| Octal | 337 | 277 | 370 | 12 | 27 | 0 | 3 | 422 | 120 | 126 |
| Binary | 11011111 | 10111111 | 11111000 | 1010 | 10111 | 0 | 11 | 100010010 | 1010000 | 1010110 |
Color Harmonies of #DFBFF8
Complementary color
Monochromatic Colors of #DFBFF8
Black with #DFBFF8
Text Example
Text Example
White with #DFBFF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBFF8; }
p { color: rgb(223,191,248); }
H1.HeaderClassName
{
color: #DFBFF8;
}
.AnyTagClassName
{
color: #DFBFF8;
}
</style>
background-color css
<style>
a { background-color: #DFBFF8; }
a { background-color: rgb(223,191,248); }
div.DivClassName
{
background-color: #DFBFF8;
}
.BgClassName
{
background-color: #DFBFF8;
}
</style>
border-color css
<style>
span { border-color: #DFBFF8; }
span { border-color: rgb(223,191,248); }
td.TdClassName
{
border-color: #DFBFF8;
}
.TagClassName
{
border-color: #DFBFF8;
}
</style>