Shades of Pink Flare #DFC1C3
Tints of Pink Flare #DFC1C3
RGB
CMYK
RGB Variations
Color information
#DFC1C3 (or 0xDFC1C3) is known color: Pink Flare. HEX triplet: DF, C1 and C3. RGB value is (223,193,195). Sum of RGB (Red+Green+Blue) = 223+193+195=611 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.50% from 611); Green value is 193 (75.78% from 255 or 31.59% from 611); Blue value is 195 (76.56% from 255 or 31.91% from 611); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC1C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC1C3 is #203E3C. Grayscale: #CACACA. Windows color (decimal): -2113085 or 12829151. OLE color: 12829151.
HSL color Cylindrical-coordinate representation of color #DFC1C3: hue angle of 356º degrees, saturation: 0.32, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DFC1C3 is Cyan = 0, Magento = 0.13, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 193 | 195 | - |
| CMYK | 0 | 0.13 | 0.13 | 0.13 |
| HSL | 356º | 0.32% | 0.82% | - |
| HSV(B) | 356º | 0.13% | 0.87% | - |
| XYZ | 59.35 | 57.77 | 59.65 | - |
| YUV | 202.2 | 123.94 | 142.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 193 | 195 | 0 | 0.13 | 0.13 | 0.13 | 356 | 0.32 | 0.82 |
| Hex | DF | C1 | C3 | 0 | D | D | D | 164 | 20 | 52 |
| Octal | 337 | 301 | 303 | 0 | 15 | 15 | 15 | 544 | 40 | 122 |
| Binary | 11011111 | 11000001 | 11000011 | 0 | 1101 | 1101 | 1101 | 101100100 | 100000 | 1010010 |
Color Harmonies of #DFC1C3
Complementary color
Monochromatic Colors of #DFC1C3
Black with #DFC1C3
Text Example
Text Example
White with #DFC1C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC1C3; }
p { color: rgb(223,193,195); }
H1.HeaderClassName
{
color: #DFC1C3;
}
.AnyTagClassName
{
color: #DFC1C3;
}
</style>
background-color css
<style>
a { background-color: #DFC1C3; }
a { background-color: rgb(223,193,195); }
div.DivClassName
{
background-color: #DFC1C3;
}
.BgClassName
{
background-color: #DFC1C3;
}
</style>
border-color css
<style>
span { border-color: #DFC1C3; }
span { border-color: rgb(223,193,195); }
td.TdClassName
{
border-color: #DFC1C3;
}
.TagClassName
{
border-color: #DFC1C3;
}
</style>