Shades of Mauve #DFB1ED
Tints of Mauve #DFB1ED
RGB
CMYK
RGB Variations
Color information
#DFB1ED (or 0xDFB1ED) is known color: Mauve. HEX triplet: DF, B1 and ED. RGB value is (223,177,237). Sum of RGB (Red+Green+Blue) = 223+177+237=637 (84% of max value = 765). Red value is 223 (87.5% from 255 or 35.01% from 637); Green value is 177 (69.53% from 255 or 27.79% from 637); Blue value is 237 (92.97% from 255 or 37.21% from 637); Max value from RGB is 237 - color contains mainly: blue. Hex color #DFB1ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFB1ED is #204E12. Grayscale: #C5C5C5. Windows color (decimal): -2117139 or 15577567. OLE color: 15577567.
HSL color Cylindrical-coordinate representation of color #DFB1ED: hue angle of 286º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DFB1ED is Cyan = 0.06, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 223 | 177 | 237 | - |
CMYK | 0.06 | 0.25 | 0 | 0.07 |
HSL | 286º | 0.63% | 0.81% | - |
HSV(B) | 286º | 0.25% | 0.93% | - |
XYZ | 61.44 | 53.25 | 87.16 | - |
YUV | 197.59 | 150.24 | 146.12 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 177 | 237 | 0.06 | 0.25 | 0 | 0.07 | 286 | 0.63 | 0.81 |
Hex | DF | B1 | ED | 6 | 19 | 0 | 7 | 11E | 3E | 51 |
Octal | 337 | 261 | 355 | 6 | 31 | 0 | 7 | 436 | 76 | 121 |
Binary | 11011111 | 10110001 | 11101101 | 110 | 11001 | 0 | 111 | 100011110 | 111110 | 1010001 |
Color Harmonies of #DFB1ED
Complementary color
Monochromatic Colors of #DFB1ED
Black with #DFB1ED
Text Example
Text Example
White with #DFB1ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB1ED; }
p { color: rgb(223,177,237); }
H1.HeaderClassName
{
color: #DFB1ED;
}
.AnyTagClassName
{
color: #DFB1ED;
}
</style>
background-color css
<style>
a { background-color: #DFB1ED; }
a { background-color: rgb(223,177,237); }
div.DivClassName
{
background-color: #DFB1ED;
}
.BgClassName
{
background-color: #DFB1ED;
}
</style>
border-color css
<style>
span { border-color: #DFB1ED; }
span { border-color: rgb(223,177,237); }
td.TdClassName
{
border-color: #DFB1ED;
}
.TagClassName
{
border-color: #DFB1ED;
}
</style>