Shades of Pink Flare #DFC0C2
Tints of Pink Flare #DFC0C2
RGB
CMYK
RGB Variations
Color information
#DFC0C2 (or 0xDFC0C2) is known color: Pink Flare. HEX triplet: DF, C0 and C2. RGB value is (223,192,194). Sum of RGB (Red+Green+Blue) = 223+192+194=609 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.62% from 609); Green value is 192 (75.39% from 255 or 31.53% from 609); Blue value is 194 (76.17% from 255 or 31.86% from 609); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC0C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC0C2 is #203F3D. Grayscale: #C9C9C9. Windows color (decimal): -2113342 or 12763359. OLE color: 12763359.
HSL color Cylindrical-coordinate representation of color #DFC0C2: hue angle of 356.13º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DFC0C2 is Cyan = 0, Magento = 0.14, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 192 | 194 | - |
| CMYK | 0 | 0.14 | 0.13 | 0.13 |
| HSL | 356.13º | 0.33% | 0.81% | - |
| HSV(B) | 356.13º | 0.14% | 0.87% | - |
| XYZ | 59.02 | 57.28 | 58.98 | - |
| YUV | 201.5 | 123.77 | 143.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 192 | 194 | 0 | 0.14 | 0.13 | 0.13 | 356.13 | 0.33 | 0.81 |
| Hex | DF | C0 | C2 | 0 | E | D | D | 164 | 21 | 51 |
| Octal | 337 | 300 | 302 | 0 | 16 | 15 | 15 | 544 | 41 | 121 |
| Binary | 11011111 | 11000000 | 11000010 | 0 | 1110 | 1101 | 1101 | 101100100 | 100001 | 1010001 |
Color Harmonies of #DFC0C2
Complementary color
Monochromatic Colors of #DFC0C2
Black with #DFC0C2
Text Example
Text Example
White with #DFC0C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC0C2; }
p { color: rgb(223,192,194); }
H1.HeaderClassName
{
color: #DFC0C2;
}
.AnyTagClassName
{
color: #DFC0C2;
}
</style>
background-color css
<style>
a { background-color: #DFC0C2; }
a { background-color: rgb(223,192,194); }
div.DivClassName
{
background-color: #DFC0C2;
}
.BgClassName
{
background-color: #DFC0C2;
}
</style>
border-color css
<style>
span { border-color: #DFC0C2; }
span { border-color: rgb(223,192,194); }
td.TdClassName
{
border-color: #DFC0C2;
}
.TagClassName
{
border-color: #DFC0C2;
}
</style>