Shades of Pink Flare #D3C5C6
Tints of Pink Flare #D3C5C6
RGB
CMYK
RGB Variations
Color information
#D3C5C6 (or 0xD3C5C6) is known color: Pink Flare. HEX triplet: D3, C5 and C6. RGB value is (211,197,198). Sum of RGB (Red+Green+Blue) = 211+197+198=606 (80% of max value = 765). Red value is 211 (82.81% from 255 or 34.82% from 606); Green value is 197 (77.34% from 255 or 32.51% from 606); Blue value is 198 (77.73% from 255 or 32.67% from 606); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C5C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3C5C6 is #2C3A39. Grayscale: #C9C9C9. Windows color (decimal): -2898490 or 13026771. OLE color: 13026771.
HSL color Cylindrical-coordinate representation of color #D3C5C6: hue angle of 355.71º degrees, saturation: 0.14, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D3C5C6 is Cyan = 0, Magento = 0.07, Yellow = 0.06 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 197 | 198 | - |
| CMYK | 0 | 0.07 | 0.06 | 0.17 |
| HSL | 355.71º | 0.14% | 0.8% | - |
| HSV(B) | 355.71º | 0.07% | 0.83% | - |
| XYZ | 57.02 | 57.86 | 61.59 | - |
| YUV | 201.3 | 126.14 | 134.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 197 | 198 | 0 | 0.07 | 0.06 | 0.17 | 355.71 | 0.14 | 0.8 |
| Hex | D3 | C5 | C6 | 0 | 7 | 6 | 11 | 164 | E | 50 |
| Octal | 323 | 305 | 306 | 0 | 7 | 6 | 21 | 544 | 16 | 120 |
| Binary | 11010011 | 11000101 | 11000110 | 0 | 111 | 110 | 10001 | 101100100 | 1110 | 1010000 |
Color Harmonies of #D3C5C6
Complementary color
Monochromatic Colors of #D3C5C6
Black with #D3C5C6
Text Example
Text Example
White with #D3C5C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3C5C6; }
p { color: rgb(211,197,198); }
H1.HeaderClassName
{
color: #D3C5C6;
}
.AnyTagClassName
{
color: #D3C5C6;
}
</style>
background-color css
<style>
a { background-color: #D3C5C6; }
a { background-color: rgb(211,197,198); }
div.DivClassName
{
background-color: #D3C5C6;
}
.BgClassName
{
background-color: #D3C5C6;
}
</style>
border-color css
<style>
span { border-color: #D3C5C6; }
span { border-color: rgb(211,197,198); }
td.TdClassName
{
border-color: #D3C5C6;
}
.TagClassName
{
border-color: #D3C5C6;
}
</style>