Shades of Mauve #DFBDFB
Tints of Mauve #DFBDFB
RGB
CMYK
RGB Variations
Color information
#DFBDFB (or 0xDFBDFB) is known color: Mauve. HEX triplet: DF, BD and FB. RGB value is (223,189,251). Sum of RGB (Red+Green+Blue) = 223+189+251=663 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.63% from 663); Green value is 189 (74.22% from 255 or 28.51% from 663); Blue value is 251 (98.44% from 255 or 37.86% from 663); Max value from RGB is 251 - color contains mainly: blue. Hex color #DFBDFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFBDFB is #204204. Grayscale: #CECECE. Windows color (decimal): -2114053 or 16498143. OLE color: 16498143.
HSL color Cylindrical-coordinate representation of color #DFBDFB: hue angle of 272.9º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DFBDFB is Cyan = 0.11, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 223 | 189 | 251 | - |
CMYK | 0.11 | 0.25 | 0 | 0.02 |
HSL | 272.9º | 0.89% | 0.86% | - |
HSV(B) | 272.9º | 0.25% | 0.98% | - |
XYZ | 66.04 | 59.05 | 99.18 | - |
YUV | 206.23 | 153.26 | 139.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 189 | 251 | 0.11 | 0.25 | 0 | 0.02 | 272.9 | 0.89 | 0.86 |
Hex | DF | BD | FB | B | 19 | 0 | 2 | 111 | 59 | 56 |
Octal | 337 | 275 | 373 | 13 | 31 | 0 | 2 | 421 | 131 | 126 |
Binary | 11011111 | 10111101 | 11111011 | 1011 | 11001 | 0 | 10 | 100010001 | 1011001 | 1010110 |
Color Harmonies of #DFBDFB
Complementary color
Monochromatic Colors of #DFBDFB
Black with #DFBDFB
Text Example
Text Example
White with #DFBDFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBDFB; }
p { color: rgb(223,189,251); }
H1.HeaderClassName
{
color: #DFBDFB;
}
.AnyTagClassName
{
color: #DFBDFB;
}
</style>
background-color css
<style>
a { background-color: #DFBDFB; }
a { background-color: rgb(223,189,251); }
div.DivClassName
{
background-color: #DFBDFB;
}
.BgClassName
{
background-color: #DFBDFB;
}
</style>
border-color css
<style>
span { border-color: #DFBDFB; }
span { border-color: rgb(223,189,251); }
td.TdClassName
{
border-color: #DFBDFB;
}
.TagClassName
{
border-color: #DFBDFB;
}
</style>