Shades of Pink Flare #DCC1C2
Tints of Pink Flare #DCC1C2
RGB
CMYK
RGB Variations
Color information
#DCC1C2 (or 0xDCC1C2) is known color: Pink Flare. HEX triplet: DC, C1 and C2. RGB value is (220,193,194). Sum of RGB (Red+Green+Blue) = 220+193+194=607 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.24% from 607); Green value is 193 (75.78% from 255 or 31.80% from 607); Blue value is 194 (76.17% from 255 or 31.96% from 607); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC1C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC1C2 is #233E3D. Grayscale: #C9C9C9. Windows color (decimal): -2309694 or 12763612. OLE color: 12763612.
HSL color Cylindrical-coordinate representation of color #DCC1C2: hue angle of 357.78º degrees, saturation: 0.28, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DCC1C2 is Cyan = 0, Magento = 0.12, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 193 | 194 | - |
| CMYK | 0 | 0.12 | 0.12 | 0.14 |
| HSL | 357.78º | 0.28% | 0.81% | - |
| HSV(B) | 357.78º | 0.12% | 0.86% | - |
| XYZ | 58.32 | 57.25 | 59.02 | - |
| YUV | 201.19 | 123.95 | 141.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 193 | 194 | 0 | 0.12 | 0.12 | 0.14 | 357.78 | 0.28 | 0.81 |
| Hex | DC | C1 | C2 | 0 | C | C | E | 166 | 1C | 51 |
| Octal | 334 | 301 | 302 | 0 | 14 | 14 | 16 | 546 | 34 | 121 |
| Binary | 11011100 | 11000001 | 11000010 | 0 | 1100 | 1100 | 1110 | 101100110 | 11100 | 1010001 |
Color Harmonies of #DCC1C2
Complementary color
Monochromatic Colors of #DCC1C2
Black with #DCC1C2
Text Example
Text Example
White with #DCC1C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC1C2; }
p { color: rgb(220,193,194); }
H1.HeaderClassName
{
color: #DCC1C2;
}
.AnyTagClassName
{
color: #DCC1C2;
}
</style>
background-color css
<style>
a { background-color: #DCC1C2; }
a { background-color: rgb(220,193,194); }
div.DivClassName
{
background-color: #DCC1C2;
}
.BgClassName
{
background-color: #DCC1C2;
}
</style>
border-color css
<style>
span { border-color: #DCC1C2; }
span { border-color: rgb(220,193,194); }
td.TdClassName
{
border-color: #DCC1C2;
}
.TagClassName
{
border-color: #DCC1C2;
}
</style>