Shades of Mauve #DFB3FD
Tints of Mauve #DFB3FD
RGB
CMYK
RGB Variations
Color information
#DFB3FD (or 0xDFB3FD) is known color: Mauve. HEX triplet: DF, B3 and FD. RGB value is (223,179,253). Sum of RGB (Red+Green+Blue) = 223+179+253=655 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.05% from 655); Green value is 179 (70.31% from 255 or 27.33% from 655); Blue value is 253 (99.22% from 255 or 38.63% from 655); Max value from RGB is 253 - color contains mainly: blue. Hex color #DFB3FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFB3FD is #204C02. Grayscale: #C8C8C8. Windows color (decimal): -2116611 or 16626655. OLE color: 16626655.
HSL color Cylindrical-coordinate representation of color #DFB3FD: hue angle of 275.68º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DFB3FD is Cyan = 0.12, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 223 | 179 | 253 | - |
| CMYK | 0.12 | 0.29 | 0 | 0.01 |
| HSL | 275.68º | 0.95% | 0.85% | - |
| HSV(B) | 275.68º | 0.29% | 0.99% | - |
| XYZ | 64.28 | 55.02 | 100.16 | - |
| YUV | 200.59 | 157.58 | 143.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 179 | 253 | 0.12 | 0.29 | 0 | 0.01 | 275.68 | 0.95 | 0.85 |
| Hex | DF | B3 | FD | C | 1D | 0 | 1 | 114 | 5F | 55 |
| Octal | 337 | 263 | 375 | 14 | 35 | 0 | 1 | 424 | 137 | 125 |
| Binary | 11011111 | 10110011 | 11111101 | 1100 | 11101 | 0 | 1 | 100010100 | 1011111 | 1010101 |
Color Harmonies of #DFB3FD
Complementary color
Monochromatic Colors of #DFB3FD
Black with #DFB3FD
Text Example
Text Example
White with #DFB3FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB3FD; }
p { color: rgb(223,179,253); }
H1.HeaderClassName
{
color: #DFB3FD;
}
.AnyTagClassName
{
color: #DFB3FD;
}
</style>
background-color css
<style>
a { background-color: #DFB3FD; }
a { background-color: rgb(223,179,253); }
div.DivClassName
{
background-color: #DFB3FD;
}
.BgClassName
{
background-color: #DFB3FD;
}
</style>
border-color css
<style>
span { border-color: #DFB3FD; }
span { border-color: rgb(223,179,253); }
td.TdClassName
{
border-color: #DFB3FD;
}
.TagClassName
{
border-color: #DFB3FD;
}
</style>