Shades of Mauve #DFB1FD
Tints of Mauve #DFB1FD
RGB
CMYK
RGB Variations
Color information
#DFB1FD (or 0xDFB1FD) is known color: Mauve. HEX triplet: DF, B1 and FD. RGB value is (223,177,253). Sum of RGB (Red+Green+Blue) = 223+177+253=653 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.15% from 653); Green value is 177 (69.53% from 255 or 27.11% from 653); Blue value is 253 (99.22% from 255 or 38.74% from 653); Max value from RGB is 253 - color contains mainly: blue. Hex color #DFB1FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFB1FD is #204E02. Grayscale: #C7C7C7. Windows color (decimal): -2117123 or 16626143. OLE color: 16626143.
HSL color Cylindrical-coordinate representation of color #DFB1FD: hue angle of 276.32º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DFB1FD is Cyan = 0.12, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 223 | 177 | 253 | - |
| CMYK | 0.12 | 0.30 | 0 | 0.01 |
| HSL | 276.32º | 0.95% | 0.84% | - |
| HSV(B) | 276.32º | 0.3% | 0.99% | - |
| XYZ | 63.88 | 54.22 | 100.03 | - |
| YUV | 199.42 | 158.24 | 144.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 177 | 253 | 0.12 | 0.30 | 0 | 0.01 | 276.32 | 0.95 | 0.84 |
| Hex | DF | B1 | FD | C | 1E | 0 | 1 | 114 | 5F | 54 |
| Octal | 337 | 261 | 375 | 14 | 36 | 0 | 1 | 424 | 137 | 124 |
| Binary | 11011111 | 10110001 | 11111101 | 1100 | 11110 | 0 | 1 | 100010100 | 1011111 | 1010100 |
Color Harmonies of #DFB1FD
Complementary color
Monochromatic Colors of #DFB1FD
Black with #DFB1FD
Text Example
Text Example
White with #DFB1FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB1FD; }
p { color: rgb(223,177,253); }
H1.HeaderClassName
{
color: #DFB1FD;
}
.AnyTagClassName
{
color: #DFB1FD;
}
</style>
background-color css
<style>
a { background-color: #DFB1FD; }
a { background-color: rgb(223,177,253); }
div.DivClassName
{
background-color: #DFB1FD;
}
.BgClassName
{
background-color: #DFB1FD;
}
</style>
border-color css
<style>
span { border-color: #DFB1FD; }
span { border-color: rgb(223,177,253); }
td.TdClassName
{
border-color: #DFB1FD;
}
.TagClassName
{
border-color: #DFB1FD;
}
</style>