Shades of Mauve #DFB4FD
Tints of Mauve #DFB4FD
RGB
CMYK
RGB Variations
Color information
#DFB4FD (or 0xDFB4FD) is known color: Mauve. HEX triplet: DF, B4 and FD. RGB value is (223,180,253). Sum of RGB (Red+Green+Blue) = 223+180+253=656 (86% of max value = 765). Red value is 223 (87.5% from 255 or 33.99% from 656); Green value is 180 (70.70% from 255 or 27.44% from 656); Blue value is 253 (99.22% from 255 or 38.57% from 656); Max value from RGB is 253 - color contains mainly: blue. Hex color #DFB4FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFB4FD is #204B02. Grayscale: #C8C8C8. Windows color (decimal): -2116355 or 16626911. OLE color: 16626911.
HSL color Cylindrical-coordinate representation of color #DFB4FD: hue angle of 275.34º 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 #DFB4FD is Cyan = 0.12, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 223 | 180 | 253 | - |
| CMYK | 0.12 | 0.29 | 0 | 0.01 |
| HSL | 275.34º | 0.95% | 0.85% | - |
| HSV(B) | 275.34º | 0.29% | 0.99% | - |
| XYZ | 64.48 | 55.42 | 100.23 | - |
| YUV | 201.18 | 157.25 | 143.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 180 | 253 | 0.12 | 0.29 | 0 | 0.01 | 275.34 | 0.95 | 0.85 |
| Hex | DF | B4 | FD | C | 1D | 0 | 1 | 113 | 5F | 55 |
| Octal | 337 | 264 | 375 | 14 | 35 | 0 | 1 | 423 | 137 | 125 |
| Binary | 11011111 | 10110100 | 11111101 | 1100 | 11101 | 0 | 1 | 100010011 | 1011111 | 1010101 |
Color Harmonies of #DFB4FD
Complementary color
Monochromatic Colors of #DFB4FD
Black with #DFB4FD
Text Example
Text Example
White with #DFB4FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB4FD; }
p { color: rgb(223,180,253); }
H1.HeaderClassName
{
color: #DFB4FD;
}
.AnyTagClassName
{
color: #DFB4FD;
}
</style>
background-color css
<style>
a { background-color: #DFB4FD; }
a { background-color: rgb(223,180,253); }
div.DivClassName
{
background-color: #DFB4FD;
}
.BgClassName
{
background-color: #DFB4FD;
}
</style>
border-color css
<style>
span { border-color: #DFB4FD; }
span { border-color: rgb(223,180,253); }
td.TdClassName
{
border-color: #DFB4FD;
}
.TagClassName
{
border-color: #DFB4FD;
}
</style>