Shades of Mauve #DFB6FD
Tints of Mauve #DFB6FD
RGB
CMYK
RGB Variations
Color information
#DFB6FD (or 0xDFB6FD) is known color: Mauve. HEX triplet: DF, B6 and FD. RGB value is (223,182,253). Sum of RGB (Red+Green+Blue) = 223+182+253=658 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.89% from 658); Green value is 182 (71.48% from 255 or 27.66% from 658); Blue value is 253 (99.22% from 255 or 38.45% from 658); Max value from RGB is 253 - color contains mainly: blue. Hex color #DFB6FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFB6FD is #204902. Grayscale: #CACACA. Windows color (decimal): -2115843 or 16627423. OLE color: 16627423.
HSL color Cylindrical-coordinate representation of color #DFB6FD: hue angle of 274.65º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DFB6FD is Cyan = 0.12, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 223 | 182 | 253 | - |
| CMYK | 0.12 | 0.28 | 0 | 0.01 |
| HSL | 274.65º | 0.95% | 0.85% | - |
| HSV(B) | 274.65º | 0.28% | 0.99% | - |
| XYZ | 64.89 | 56.24 | 100.36 | - |
| YUV | 202.35 | 156.58 | 142.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 182 | 253 | 0.12 | 0.28 | 0 | 0.01 | 274.65 | 0.95 | 0.85 |
| Hex | DF | B6 | FD | C | 1C | 0 | 1 | 113 | 5F | 55 |
| Octal | 337 | 266 | 375 | 14 | 34 | 0 | 1 | 423 | 137 | 125 |
| Binary | 11011111 | 10110110 | 11111101 | 1100 | 11100 | 0 | 1 | 100010011 | 1011111 | 1010101 |
Color Harmonies of #DFB6FD
Complementary color
Monochromatic Colors of #DFB6FD
Black with #DFB6FD
Text Example
Text Example
White with #DFB6FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB6FD; }
p { color: rgb(223,182,253); }
H1.HeaderClassName
{
color: #DFB6FD;
}
.AnyTagClassName
{
color: #DFB6FD;
}
</style>
background-color css
<style>
a { background-color: #DFB6FD; }
a { background-color: rgb(223,182,253); }
div.DivClassName
{
background-color: #DFB6FD;
}
.BgClassName
{
background-color: #DFB6FD;
}
</style>
border-color css
<style>
span { border-color: #DFB6FD; }
span { border-color: rgb(223,182,253); }
td.TdClassName
{
border-color: #DFB6FD;
}
.TagClassName
{
border-color: #DFB6FD;
}
</style>