Shades of Pink Flare #D9C3C4
Tints of Pink Flare #D9C3C4
RGB
CMYK
RGB Variations
Color information
#D9C3C4 (or 0xD9C3C4) is known color: Pink Flare. HEX triplet: D9, C3 and C4. RGB value is (217,195,196). Sum of RGB (Red+Green+Blue) = 217+195+196=608 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.69% from 608); Green value is 195 (76.56% from 255 or 32.07% from 608); Blue value is 196 (76.95% from 255 or 32.24% from 608); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C3C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9C3C4 is #263C3B. Grayscale: #C9C9C9. Windows color (decimal): -2505788 or 12895193. OLE color: 12895193.
HSL color Cylindrical-coordinate representation of color #D9C3C4: hue angle of 357.27º degrees, saturation: 0.22, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D9C3C4 is Cyan = 0, Magento = 0.10, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 195 | 196 | - |
| CMYK | 0 | 0.10 | 0.10 | 0.15 |
| HSL | 357.27º | 0.22% | 0.81% | - |
| HSV(B) | 357.27º | 0.1% | 0.85% | - |
| XYZ | 58.09 | 57.77 | 60.31 | - |
| YUV | 201.69 | 124.79 | 138.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 195 | 196 | 0 | 0.10 | 0.10 | 0.15 | 357.27 | 0.22 | 0.81 |
| Hex | D9 | C3 | C4 | 0 | A | A | F | 165 | 16 | 51 |
| Octal | 331 | 303 | 304 | 0 | 12 | 12 | 17 | 545 | 26 | 121 |
| Binary | 11011001 | 11000011 | 11000100 | 0 | 1010 | 1010 | 1111 | 101100101 | 10110 | 1010001 |
Color Harmonies of #D9C3C4
Complementary color
Monochromatic Colors of #D9C3C4
Black with #D9C3C4
Text Example
Text Example
White with #D9C3C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C3C4; }
p { color: rgb(217,195,196); }
H1.HeaderClassName
{
color: #D9C3C4;
}
.AnyTagClassName
{
color: #D9C3C4;
}
</style>
background-color css
<style>
a { background-color: #D9C3C4; }
a { background-color: rgb(217,195,196); }
div.DivClassName
{
background-color: #D9C3C4;
}
.BgClassName
{
background-color: #D9C3C4;
}
</style>
border-color css
<style>
span { border-color: #D9C3C4; }
span { border-color: rgb(217,195,196); }
td.TdClassName
{
border-color: #D9C3C4;
}
.TagClassName
{
border-color: #D9C3C4;
}
</style>