Shades of Mauve #DFB6EB
Tints of Mauve #DFB6EB
RGB
CMYK
RGB Variations
Color information
#DFB6EB (or 0xDFB6EB) is known color: Mauve. HEX triplet: DF, B6 and EB. RGB value is (223,182,235). Sum of RGB (Red+Green+Blue) = 223+182+235=640 (84% of max value = 765). Red value is 223 (87.5% from 255 or 34.84% from 640); Green value is 182 (71.48% from 255 or 28.44% from 640); Blue value is 235 (92.19% from 255 or 36.72% from 640); Max value from RGB is 235 - color contains mainly: blue. Hex color #DFB6EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFB6EB is #204914. Grayscale: #C8C8C8. Windows color (decimal): -2115861 or 15447775. OLE color: 15447775.
HSL color Cylindrical-coordinate representation of color #DFB6EB: hue angle of 286.42º degrees, saturation: 0.57, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DFB6EB is Cyan = 0.05, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
RGB | 223 | 182 | 235 | - |
CMYK | 0.05 | 0.23 | 0 | 0.08 |
HSL | 286.42º | 0.57% | 0.82% | - |
HSV(B) | 286.42º | 0.23% | 0.92% | - |
XYZ | 62.15 | 55.14 | 85.96 | - |
YUV | 200.3 | 147.58 | 144.19 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 182 | 235 | 0.05 | 0.23 | 0 | 0.08 | 286.42 | 0.57 | 0.82 |
Hex | DF | B6 | EB | 5 | 17 | 0 | 8 | 11E | 39 | 52 |
Octal | 337 | 266 | 353 | 5 | 27 | 0 | 10 | 436 | 71 | 122 |
Binary | 11011111 | 10110110 | 11101011 | 101 | 10111 | 0 | 1000 | 100011110 | 111001 | 1010010 |
Color Harmonies of #DFB6EB
Complementary color
Monochromatic Colors of #DFB6EB
Black with #DFB6EB
Text Example
Text Example
White with #DFB6EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB6EB; }
p { color: rgb(223,182,235); }
H1.HeaderClassName
{
color: #DFB6EB;
}
.AnyTagClassName
{
color: #DFB6EB;
}
</style>
background-color css
<style>
a { background-color: #DFB6EB; }
a { background-color: rgb(223,182,235); }
div.DivClassName
{
background-color: #DFB6EB;
}
.BgClassName
{
background-color: #DFB6EB;
}
</style>
border-color css
<style>
span { border-color: #DFB6EB; }
span { border-color: rgb(223,182,235); }
td.TdClassName
{
border-color: #DFB6EB;
}
.TagClassName
{
border-color: #DFB6EB;
}
</style>