Shades of Mauve #DFBFFD
Tints of Mauve #DFBFFD
RGB
CMYK
RGB Variations
Color information
#DFBFFD (or 0xDFBFFD) is known color: Mauve. HEX triplet: DF, BF and FD. RGB value is (223,191,253). Sum of RGB (Red+Green+Blue) = 223+191+253=667 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.43% from 667); Green value is 191 (75% from 255 or 28.64% from 667); Blue value is 253 (99.22% from 255 or 37.93% from 667); Max value from RGB is 253 - color contains mainly: blue. Hex color #DFBFFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFBFFD is #204002. Grayscale: #CFCFCF. Windows color (decimal): -2113539 or 16629727. OLE color: 16629727.
HSL color Cylindrical-coordinate representation of color #DFBFFD: hue angle of 270.97º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DFBFFD is Cyan = 0.12, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 223 | 191 | 253 | - |
CMYK | 0.12 | 0.25 | 0 | 0.01 |
HSL | 270.97º | 0.94% | 0.87% | - |
HSV(B) | 270.97º | 0.25% | 0.99% | - |
XYZ | 66.79 | 60.04 | 101 | - |
YUV | 207.64 | 153.6 | 138.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 191 | 253 | 0.12 | 0.25 | 0 | 0.01 | 270.97 | 0.94 | 0.87 |
Hex | DF | BF | FD | C | 19 | 0 | 1 | 10F | 5E | 57 |
Octal | 337 | 277 | 375 | 14 | 31 | 0 | 1 | 417 | 136 | 127 |
Binary | 11011111 | 10111111 | 11111101 | 1100 | 11001 | 0 | 1 | 100001111 | 1011110 | 1010111 |
Color Harmonies of #DFBFFD
Complementary color
Monochromatic Colors of #DFBFFD
Black with #DFBFFD
Text Example
Text Example
White with #DFBFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBFFD; }
p { color: rgb(223,191,253); }
H1.HeaderClassName
{
color: #DFBFFD;
}
.AnyTagClassName
{
color: #DFBFFD;
}
</style>
background-color css
<style>
a { background-color: #DFBFFD; }
a { background-color: rgb(223,191,253); }
div.DivClassName
{
background-color: #DFBFFD;
}
.BgClassName
{
background-color: #DFBFFD;
}
</style>
border-color css
<style>
span { border-color: #DFBFFD; }
span { border-color: rgb(223,191,253); }
td.TdClassName
{
border-color: #DFBFFD;
}
.TagClassName
{
border-color: #DFBFFD;
}
</style>