Shades of Mauve #DFB0FF
Tints of Mauve #DFB0FF
RGB
CMYK
RGB Variations
Color information
#DFB0FF (or 0xDFB0FF) is known color: Mauve. HEX triplet: DF, B0 and FF. RGB value is (223,176,255). Sum of RGB (Red+Green+Blue) = 223+176+255=654 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.10% from 654); Green value is 176 (69.14% from 255 or 26.91% from 654); Blue value is 255 (100% from 255 or 38.99% from 654); Max value from RGB is 255 - color contains mainly: blue. Hex color #DFB0FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFB0FF is #204F00. Grayscale: #C6C6C6. Windows color (decimal): -2117377 or 16756959. OLE color: 16756959.
HSL color Cylindrical-coordinate representation of color #DFB0FF: hue angle of 275.7º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DFB0FF is Cyan = 0.13, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 223 | 176 | 255 | - |
CMYK | 0.13 | 0.31 | 0 | 0 |
HSL | 275.7º | 1% | 0.85% | - |
HSV(B) | 275.7º | 0.31% | 1% | - |
XYZ | 64.01 | 53.96 | 101.65 | - |
YUV | 199.06 | 159.57 | 145.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 176 | 255 | 0.13 | 0.31 | 0 | 0 | 275.7 | 1 | 0.85 |
Hex | DF | B0 | FF | D | 1F | 0 | 0 | 114 | 64 | 55 |
Octal | 337 | 260 | 377 | 15 | 37 | 0 | 0 | 424 | 144 | 125 |
Binary | 11011111 | 10110000 | 11111111 | 1101 | 11111 | 0 | 0 | 100010100 | 1100100 | 1010101 |
Color Harmonies of #DFB0FF
Complementary color
Monochromatic Colors of #DFB0FF
Black with #DFB0FF
Text Example
Text Example
White with #DFB0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB0FF; }
p { color: rgb(223,176,255); }
H1.HeaderClassName
{
color: #DFB0FF;
}
.AnyTagClassName
{
color: #DFB0FF;
}
</style>
background-color css
<style>
a { background-color: #DFB0FF; }
a { background-color: rgb(223,176,255); }
div.DivClassName
{
background-color: #DFB0FF;
}
.BgClassName
{
background-color: #DFB0FF;
}
</style>
border-color css
<style>
span { border-color: #DFB0FF; }
span { border-color: rgb(223,176,255); }
td.TdClassName
{
border-color: #DFB0FF;
}
.TagClassName
{
border-color: #DFB0FF;
}
</style>