Shades of Mauve #DFB9FD
Tints of Mauve #DFB9FD
RGB
CMYK
RGB Variations
Color information
#DFB9FD (or 0xDFB9FD) is known color: Mauve. HEX triplet: DF, B9 and FD. RGB value is (223,185,253). Sum of RGB (Red+Green+Blue) = 223+185+253=661 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.74% from 661); Green value is 185 (72.66% from 255 or 27.99% from 661); Blue value is 253 (99.22% from 255 or 38.28% from 661); Max value from RGB is 253 - color contains mainly: blue. Hex color #DFB9FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFB9FD is #204602. Grayscale: #CBCBCB. Windows color (decimal): -2115075 or 16628191. OLE color: 16628191.
HSL color Cylindrical-coordinate representation of color #DFB9FD: hue angle of 273.53º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DFB9FD is Cyan = 0.12, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 223 | 185 | 253 | - |
CMYK | 0.12 | 0.27 | 0 | 0.01 |
HSL | 273.53º | 0.94% | 0.86% | - |
HSV(B) | 273.53º | 0.27% | 0.99% | - |
XYZ | 65.51 | 57.48 | 100.57 | - |
YUV | 204.11 | 155.59 | 141.47 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 185 | 253 | 0.12 | 0.27 | 0 | 0.01 | 273.53 | 0.94 | 0.86 |
Hex | DF | B9 | FD | C | 1B | 0 | 1 | 112 | 5E | 56 |
Octal | 337 | 271 | 375 | 14 | 33 | 0 | 1 | 422 | 136 | 126 |
Binary | 11011111 | 10111001 | 11111101 | 1100 | 11011 | 0 | 1 | 100010010 | 1011110 | 1010110 |
Color Harmonies of #DFB9FD
Complementary color
Monochromatic Colors of #DFB9FD
Black with #DFB9FD
Text Example
Text Example
White with #DFB9FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB9FD; }
p { color: rgb(223,185,253); }
H1.HeaderClassName
{
color: #DFB9FD;
}
.AnyTagClassName
{
color: #DFB9FD;
}
</style>
background-color css
<style>
a { background-color: #DFB9FD; }
a { background-color: rgb(223,185,253); }
div.DivClassName
{
background-color: #DFB9FD;
}
.BgClassName
{
background-color: #DFB9FD;
}
</style>
border-color css
<style>
span { border-color: #DFB9FD; }
span { border-color: rgb(223,185,253); }
td.TdClassName
{
border-color: #DFB9FD;
}
.TagClassName
{
border-color: #DFB9FD;
}
</style>