Shades of Mauve #DFB8FF
Tints of Mauve #DFB8FF
RGB
CMYK
RGB Variations
Color information
#DFB8FF (or 0xDFB8FF) is known color: Mauve. HEX triplet: DF, B8 and FF. RGB value is (223,184,255). Sum of RGB (Red+Green+Blue) = 223+184+255=662 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.69% from 662); Green value is 184 (72.27% from 255 or 27.79% from 662); Blue value is 255 (100% from 255 or 38.52% from 662); Max value from RGB is 255 - color contains mainly: blue. Hex color #DFB8FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFB8FF is #204700. Grayscale: #CBCBCB. Windows color (decimal): -2115329 or 16759007. OLE color: 16759007.
HSL color Cylindrical-coordinate representation of color #DFB8FF: hue angle of 272.96º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DFB8FF is Cyan = 0.13, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 223 | 184 | 255 | - |
| CMYK | 0.13 | 0.28 | 0 | 0 |
| HSL | 272.96º | 1% | 0.86% | - |
| HSV(B) | 272.96º | 0.28% | 1% | - |
| XYZ | 65.62 | 57.19 | 102.19 | - |
| YUV | 203.76 | 156.92 | 141.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 184 | 255 | 0.13 | 0.28 | 0 | 0 | 272.96 | 1 | 0.86 |
| Hex | DF | B8 | FF | D | 1C | 0 | 0 | 111 | 64 | 56 |
| Octal | 337 | 270 | 377 | 15 | 34 | 0 | 0 | 421 | 144 | 126 |
| Binary | 11011111 | 10111000 | 11111111 | 1101 | 11100 | 0 | 0 | 100010001 | 1100100 | 1010110 |
Color Harmonies of #DFB8FF
Complementary color
Monochromatic Colors of #DFB8FF
Black with #DFB8FF
Text Example
Text Example
White with #DFB8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB8FF; }
p { color: rgb(223,184,255); }
H1.HeaderClassName
{
color: #DFB8FF;
}
.AnyTagClassName
{
color: #DFB8FF;
}
</style>
background-color css
<style>
a { background-color: #DFB8FF; }
a { background-color: rgb(223,184,255); }
div.DivClassName
{
background-color: #DFB8FF;
}
.BgClassName
{
background-color: #DFB8FF;
}
</style>
border-color css
<style>
span { border-color: #DFB8FF; }
span { border-color: rgb(223,184,255); }
td.TdClassName
{
border-color: #DFB8FF;
}
.TagClassName
{
border-color: #DFB8FF;
}
</style>