Shades of Mauve #DFB8ED
Tints of Mauve #DFB8ED
RGB
CMYK
RGB Variations
Color information
#DFB8ED (or 0xDFB8ED) is known color: Mauve. HEX triplet: DF, B8 and ED. RGB value is (223,184,237). Sum of RGB (Red+Green+Blue) = 223+184+237=644 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.63% from 644); Green value is 184 (72.27% from 255 or 28.57% from 644); Blue value is 237 (92.97% from 255 or 36.80% from 644); Max value from RGB is 237 - color contains mainly: blue. Hex color #DFB8ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFB8ED is #204712. Grayscale: #C9C9C9. Windows color (decimal): -2115347 or 15579359. OLE color: 15579359.
HSL color Cylindrical-coordinate representation of color #DFB8ED: hue angle of 284.15º degrees, saturation: 0.6, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DFB8ED is Cyan = 0.06, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 184 | 237 | - |
| CMYK | 0.06 | 0.22 | 0 | 0.07 |
| HSL | 284.15º | 0.6% | 0.83% | - |
| HSV(B) | 284.15º | 0.22% | 0.93% | - |
| XYZ | 62.86 | 56.08 | 87.63 | - |
| YUV | 201.7 | 147.92 | 143.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 184 | 237 | 0.06 | 0.22 | 0 | 0.07 | 284.15 | 0.6 | 0.83 |
| Hex | DF | B8 | ED | 6 | 16 | 0 | 7 | 11C | 3C | 53 |
| Octal | 337 | 270 | 355 | 6 | 26 | 0 | 7 | 434 | 74 | 123 |
| Binary | 11011111 | 10111000 | 11101101 | 110 | 10110 | 0 | 111 | 100011100 | 111100 | 1010011 |
Color Harmonies of #DFB8ED
Complementary color
Monochromatic Colors of #DFB8ED
Black with #DFB8ED
Text Example
Text Example
White with #DFB8ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB8ED; }
p { color: rgb(223,184,237); }
H1.HeaderClassName
{
color: #DFB8ED;
}
.AnyTagClassName
{
color: #DFB8ED;
}
</style>
background-color css
<style>
a { background-color: #DFB8ED; }
a { background-color: rgb(223,184,237); }
div.DivClassName
{
background-color: #DFB8ED;
}
.BgClassName
{
background-color: #DFB8ED;
}
</style>
border-color css
<style>
span { border-color: #DFB8ED; }
span { border-color: rgb(223,184,237); }
td.TdClassName
{
border-color: #DFB8ED;
}
.TagClassName
{
border-color: #DFB8ED;
}
</style>