Shades of Mauve #DFBDFC
Tints of Mauve #DFBDFC
RGB
CMYK
RGB Variations
Color information
#DFBDFC (or 0xDFBDFC) is known color: Mauve. HEX triplet: DF, BD and FC. RGB value is (223,189,252). Sum of RGB (Red+Green+Blue) = 223+189+252=664 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.58% from 664); Green value is 189 (74.22% from 255 or 28.46% from 664); Blue value is 252 (98.83% from 255 or 37.95% from 664); Max value from RGB is 252 - color contains mainly: blue. Hex color #DFBDFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFBDFC is #204203. Grayscale: #CECECE. Windows color (decimal): -2114052 or 16563679. OLE color: 16563679.
HSL color Cylindrical-coordinate representation of color #DFBDFC: hue angle of 272.38º degrees, saturation: 0.91, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DFBDFC is Cyan = 0.12, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 223 | 189 | 252 | - |
| CMYK | 0.12 | 0.25 | 0 | 0.01 |
| HSL | 272.38º | 0.91% | 0.86% | - |
| HSV(B) | 272.38º | 0.25% | 0.99% | - |
| XYZ | 66.2 | 59.11 | 100.02 | - |
| YUV | 206.35 | 153.76 | 139.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 189 | 252 | 0.12 | 0.25 | 0 | 0.01 | 272.38 | 0.91 | 0.86 |
| Hex | DF | BD | FC | C | 19 | 0 | 1 | 110 | 5B | 56 |
| Octal | 337 | 275 | 374 | 14 | 31 | 0 | 1 | 420 | 133 | 126 |
| Binary | 11011111 | 10111101 | 11111100 | 1100 | 11001 | 0 | 1 | 100010000 | 1011011 | 1010110 |
Color Harmonies of #DFBDFC
Complementary color
Monochromatic Colors of #DFBDFC
Black with #DFBDFC
Text Example
Text Example
White with #DFBDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBDFC; }
p { color: rgb(223,189,252); }
H1.HeaderClassName
{
color: #DFBDFC;
}
.AnyTagClassName
{
color: #DFBDFC;
}
</style>
background-color css
<style>
a { background-color: #DFBDFC; }
a { background-color: rgb(223,189,252); }
div.DivClassName
{
background-color: #DFBDFC;
}
.BgClassName
{
background-color: #DFBDFC;
}
</style>
border-color css
<style>
span { border-color: #DFBDFC; }
span { border-color: rgb(223,189,252); }
td.TdClassName
{
border-color: #DFBDFC;
}
.TagClassName
{
border-color: #DFBDFC;
}
</style>