Shades of Pink Flare #D1C5C6
Tints of Pink Flare #D1C5C6
RGB
CMYK
RGB Variations
Color information
#D1C5C6 (or 0xD1C5C6) is known color: Pink Flare. HEX triplet: D1, C5 and C6. RGB value is (209,197,198). Sum of RGB (Red+Green+Blue) = 209+197+198=604 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.60% from 604); Green value is 197 (77.34% from 255 or 32.62% from 604); Blue value is 198 (77.73% from 255 or 32.78% from 604); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C5C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1C5C6 is #2E3A39. Grayscale: #C8C8C8. Windows color (decimal): -3029562 or 13026769. OLE color: 13026769.
HSL color Cylindrical-coordinate representation of color #D1C5C6: hue angle of 355º degrees, saturation: 0.12, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D1C5C6 is Cyan = 0, Magento = 0.06, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 197 | 198 | - |
| CMYK | 0 | 0.06 | 0.05 | 0.18 |
| HSL | 355º | 0.12% | 0.8% | - |
| HSV(B) | 355º | 0.06% | 0.82% | - |
| XYZ | 56.45 | 57.57 | 61.56 | - |
| YUV | 200.7 | 126.48 | 133.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 197 | 198 | 0 | 0.06 | 0.05 | 0.18 | 355 | 0.12 | 0.8 |
| Hex | D1 | C5 | C6 | 0 | 6 | 5 | 12 | 163 | C | 50 |
| Octal | 321 | 305 | 306 | 0 | 6 | 5 | 22 | 543 | 14 | 120 |
| Binary | 11010001 | 11000101 | 11000110 | 0 | 110 | 101 | 10010 | 101100011 | 1100 | 1010000 |
Color Harmonies of #D1C5C6
Complementary color
Monochromatic Colors of #D1C5C6
Black with #D1C5C6
Text Example
Text Example
White with #D1C5C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1C5C6; }
p { color: rgb(209,197,198); }
H1.HeaderClassName
{
color: #D1C5C6;
}
.AnyTagClassName
{
color: #D1C5C6;
}
</style>
background-color css
<style>
a { background-color: #D1C5C6; }
a { background-color: rgb(209,197,198); }
div.DivClassName
{
background-color: #D1C5C6;
}
.BgClassName
{
background-color: #D1C5C6;
}
</style>
border-color css
<style>
span { border-color: #D1C5C6; }
span { border-color: rgb(209,197,198); }
td.TdClassName
{
border-color: #D1C5C6;
}
.TagClassName
{
border-color: #D1C5C6;
}
</style>