Shades of Pink Flare #DFC3C4
Tints of Pink Flare #DFC3C4
RGB
CMYK
RGB Variations
Color information
#DFC3C4 (or 0xDFC3C4) is known color: Pink Flare. HEX triplet: DF, C3 and C4. RGB value is (223,195,196). Sum of RGB (Red+Green+Blue) = 223+195+196=614 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.32% from 614); Green value is 195 (76.56% from 255 or 31.76% from 614); Blue value is 196 (76.95% from 255 or 31.92% from 614); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC3C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC3C4 is #203C3B. Grayscale: #CBCBCB. Windows color (decimal): -2112572 or 12895199. OLE color: 12895199.
HSL color Cylindrical-coordinate representation of color #DFC3C4: hue angle of 357.86º degrees, saturation: 0.3, 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 #DFC3C4 is Cyan = 0, Magento = 0.13, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 195 | 196 | - |
| CMYK | 0 | 0.13 | 0.12 | 0.13 |
| HSL | 357.86º | 0.3% | 0.82% | - |
| HSV(B) | 357.86º | 0.13% | 0.87% | - |
| XYZ | 59.91 | 58.7 | 60.4 | - |
| YUV | 203.49 | 123.78 | 141.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 195 | 196 | 0 | 0.13 | 0.12 | 0.13 | 357.86 | 0.3 | 0.82 |
| Hex | DF | C3 | C4 | 0 | D | C | D | 166 | 1E | 52 |
| Octal | 337 | 303 | 304 | 0 | 15 | 14 | 15 | 546 | 36 | 122 |
| Binary | 11011111 | 11000011 | 11000100 | 0 | 1101 | 1100 | 1101 | 101100110 | 11110 | 1010010 |
Color Harmonies of #DFC3C4
Complementary color
Monochromatic Colors of #DFC3C4
Black with #DFC3C4
Text Example
Text Example
White with #DFC3C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC3C4; }
p { color: rgb(223,195,196); }
H1.HeaderClassName
{
color: #DFC3C4;
}
.AnyTagClassName
{
color: #DFC3C4;
}
</style>
background-color css
<style>
a { background-color: #DFC3C4; }
a { background-color: rgb(223,195,196); }
div.DivClassName
{
background-color: #DFC3C4;
}
.BgClassName
{
background-color: #DFC3C4;
}
</style>
border-color css
<style>
span { border-color: #DFC3C4; }
span { border-color: rgb(223,195,196); }
td.TdClassName
{
border-color: #DFC3C4;
}
.TagClassName
{
border-color: #DFC3C4;
}
</style>