Shades of Pink Flare #D1C2C3
Tints of Pink Flare #D1C2C3
RGB
CMYK
RGB Variations
Color information
#D1C2C3 (or 0xD1C2C3) is known color: Pink Flare. HEX triplet: D1, C2 and C3. RGB value is (209,194,195). Sum of RGB (Red+Green+Blue) = 209+194+195=598 (79% of max value = 765). Red value is 209 (82.03% from 255 or 34.95% from 598); Green value is 194 (76.17% from 255 or 32.44% from 598); Blue value is 195 (76.56% from 255 or 32.61% from 598); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C2C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1C2C3 is #2E3D3C. Grayscale: #C6C6C6. Windows color (decimal): -3030333 or 12829393. OLE color: 12829393.
HSL color Cylindrical-coordinate representation of color #D1C2C3: hue angle of 356º degrees, saturation: 0.14, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D1C2C3 is Cyan = 0, Magento = 0.07, Yellow = 0.07 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 194 | 195 | - |
| CMYK | 0 | 0.07 | 0.07 | 0.18 |
| HSL | 356º | 0.14% | 0.79% | - |
| HSV(B) | 356º | 0.07% | 0.82% | - |
| XYZ | 55.44 | 56.08 | 59.53 | - |
| YUV | 198.6 | 125.97 | 135.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 194 | 195 | 0 | 0.07 | 0.07 | 0.18 | 356 | 0.14 | 0.79 |
| Hex | D1 | C2 | C3 | 0 | 7 | 7 | 12 | 164 | E | 4F |
| Octal | 321 | 302 | 303 | 0 | 7 | 7 | 22 | 544 | 16 | 117 |
| Binary | 11010001 | 11000010 | 11000011 | 0 | 111 | 111 | 10010 | 101100100 | 1110 | 1001111 |
Color Harmonies of #D1C2C3
Complementary color
Monochromatic Colors of #D1C2C3
Black with #D1C2C3
Text Example
Text Example
White with #D1C2C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1C2C3; }
p { color: rgb(209,194,195); }
H1.HeaderClassName
{
color: #D1C2C3;
}
.AnyTagClassName
{
color: #D1C2C3;
}
</style>
background-color css
<style>
a { background-color: #D1C2C3; }
a { background-color: rgb(209,194,195); }
div.DivClassName
{
background-color: #D1C2C3;
}
.BgClassName
{
background-color: #D1C2C3;
}
</style>
border-color css
<style>
span { border-color: #D1C2C3; }
span { border-color: rgb(209,194,195); }
td.TdClassName
{
border-color: #D1C2C3;
}
.TagClassName
{
border-color: #D1C2C3;
}
</style>