Shades of Pink Flare #D8C5C6
Tints of Pink Flare #D8C5C6
RGB
CMYK
RGB Variations
Color information
#D8C5C6 (or 0xD8C5C6) is known color: Pink Flare. HEX triplet: D8, C5 and C6. RGB value is (216,197,198). Sum of RGB (Red+Green+Blue) = 216+197+198=611 (80% of max value = 765). Red value is 216 (84.77% from 255 or 35.35% from 611); Green value is 197 (77.34% from 255 or 32.24% from 611); Blue value is 198 (77.73% from 255 or 32.41% from 611); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C5C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8C5C6 is #273A39. Grayscale: #CACACA. Windows color (decimal): -2570810 or 13026776. OLE color: 13026776.
HSL color Cylindrical-coordinate representation of color #D8C5C6: hue angle of 356.84º degrees, saturation: 0.2, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D8C5C6 is Cyan = 0, Magento = 0.09, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 197 | 198 | - |
| CMYK | 0 | 0.09 | 0.08 | 0.15 |
| HSL | 356.84º | 0.2% | 0.81% | - |
| HSV(B) | 356.84º | 0.09% | 0.85% | - |
| XYZ | 58.48 | 58.61 | 61.66 | - |
| YUV | 202.8 | 125.29 | 137.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 197 | 198 | 0 | 0.09 | 0.08 | 0.15 | 356.84 | 0.2 | 0.81 |
| Hex | D8 | C5 | C6 | 0 | 9 | 8 | F | 165 | 14 | 51 |
| Octal | 330 | 305 | 306 | 0 | 11 | 10 | 17 | 545 | 24 | 121 |
| Binary | 11011000 | 11000101 | 11000110 | 0 | 1001 | 1000 | 1111 | 101100101 | 10100 | 1010001 |
Color Harmonies of #D8C5C6
Complementary color
Monochromatic Colors of #D8C5C6
Black with #D8C5C6
Text Example
Text Example
White with #D8C5C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8C5C6; }
p { color: rgb(216,197,198); }
H1.HeaderClassName
{
color: #D8C5C6;
}
.AnyTagClassName
{
color: #D8C5C6;
}
</style>
background-color css
<style>
a { background-color: #D8C5C6; }
a { background-color: rgb(216,197,198); }
div.DivClassName
{
background-color: #D8C5C6;
}
.BgClassName
{
background-color: #D8C5C6;
}
</style>
border-color css
<style>
span { border-color: #D8C5C6; }
span { border-color: rgb(216,197,198); }
td.TdClassName
{
border-color: #D8C5C6;
}
.TagClassName
{
border-color: #D8C5C6;
}
</style>