Shades of Mauve #DFBDF3
Tints of Mauve #DFBDF3
RGB
CMYK
RGB Variations
Color information
#DFBDF3 (or 0xDFBDF3) is known color: Mauve. HEX triplet: DF, BD and F3. RGB value is (223,189,243). Sum of RGB (Red+Green+Blue) = 223+189+243=655 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.05% from 655); Green value is 189 (74.22% from 255 or 28.85% from 655); Blue value is 243 (95.31% from 255 or 37.10% from 655); Max value from RGB is 243 - color contains mainly: blue. Hex color #DFBDF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFBDF3 is #20420C. Grayscale: #CDCDCD. Windows color (decimal): -2114061 or 15973855. OLE color: 15973855.
HSL color Cylindrical-coordinate representation of color #DFBDF3: hue angle of 277.78º degrees, saturation: 0.69, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DFBDF3 is Cyan = 0.08, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 223 | 189 | 243 | - |
CMYK | 0.08 | 0.22 | 0 | 0.05 |
HSL | 277.78º | 0.69% | 0.85% | - |
HSV(B) | 277.78º | 0.22% | 0.95% | - |
XYZ | 64.81 | 58.55 | 92.68 | - |
YUV | 205.32 | 149.26 | 140.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 189 | 243 | 0.08 | 0.22 | 0 | 0.05 | 277.78 | 0.69 | 0.85 |
Hex | DF | BD | F3 | 8 | 16 | 0 | 5 | 116 | 45 | 55 |
Octal | 337 | 275 | 363 | 10 | 26 | 0 | 5 | 426 | 105 | 125 |
Binary | 11011111 | 10111101 | 11110011 | 1000 | 10110 | 0 | 101 | 100010110 | 1000101 | 1010101 |
Color Harmonies of #DFBDF3
Complementary color
Monochromatic Colors of #DFBDF3
Black with #DFBDF3
Text Example
Text Example
White with #DFBDF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBDF3; }
p { color: rgb(223,189,243); }
H1.HeaderClassName
{
color: #DFBDF3;
}
.AnyTagClassName
{
color: #DFBDF3;
}
</style>
background-color css
<style>
a { background-color: #DFBDF3; }
a { background-color: rgb(223,189,243); }
div.DivClassName
{
background-color: #DFBDF3;
}
.BgClassName
{
background-color: #DFBDF3;
}
</style>
border-color css
<style>
span { border-color: #DFBDF3; }
span { border-color: rgb(223,189,243); }
td.TdClassName
{
border-color: #DFBDF3;
}
.TagClassName
{
border-color: #DFBDF3;
}
</style>