Shades of Mauve #DFC3FB
Tints of Mauve #DFC3FB
RGB
CMYK
RGB Variations
Color information
#DFC3FB (or 0xDFC3FB) is known color: Mauve. HEX triplet: DF, C3 and FB. RGB value is (223,195,251). Sum of RGB (Red+Green+Blue) = 223+195+251=669 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.33% from 669); Green value is 195 (76.56% from 255 or 29.15% from 669); Blue value is 251 (98.44% from 255 or 37.52% from 669); Max value from RGB is 251 - color contains mainly: blue. Hex color #DFC3FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFC3FB is #203C04. Grayscale: #D1D1D1. Windows color (decimal): -2112517 or 16499679. OLE color: 16499679.
HSL color Cylindrical-coordinate representation of color #DFC3FB: hue angle of 270º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DFC3FB is Cyan = 0.11, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 223 | 195 | 251 | - |
| CMYK | 0.11 | 0.22 | 0 | 0.02 |
| HSL | 270º | 0.88% | 0.87% | - |
| HSV(B) | 270º | 0.22% | 0.98% | - |
| XYZ | 67.36 | 61.68 | 99.62 | - |
| YUV | 209.76 | 151.28 | 137.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 195 | 251 | 0.11 | 0.22 | 0 | 0.02 | 270 | 0.88 | 0.87 |
| Hex | DF | C3 | FB | B | 16 | 0 | 2 | 10E | 58 | 57 |
| Octal | 337 | 303 | 373 | 13 | 26 | 0 | 2 | 416 | 130 | 127 |
| Binary | 11011111 | 11000011 | 11111011 | 1011 | 10110 | 0 | 10 | 100001110 | 1011000 | 1010111 |
Color Harmonies of #DFC3FB
Complementary color
Monochromatic Colors of #DFC3FB
Black with #DFC3FB
Text Example
Text Example
White with #DFC3FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC3FB; }
p { color: rgb(223,195,251); }
H1.HeaderClassName
{
color: #DFC3FB;
}
.AnyTagClassName
{
color: #DFC3FB;
}
</style>
background-color css
<style>
a { background-color: #DFC3FB; }
a { background-color: rgb(223,195,251); }
div.DivClassName
{
background-color: #DFC3FB;
}
.BgClassName
{
background-color: #DFC3FB;
}
</style>
border-color css
<style>
span { border-color: #DFC3FB; }
span { border-color: rgb(223,195,251); }
td.TdClassName
{
border-color: #DFC3FB;
}
.TagClassName
{
border-color: #DFC3FB;
}
</style>