Shades of Pink Flare #DCC5C6
Tints of Pink Flare #DCC5C6
RGB
CMYK
RGB Variations
Color information
#DCC5C6 (or 0xDCC5C6) is known color: Pink Flare. HEX triplet: DC, C5 and C6. RGB value is (220,197,198). Sum of RGB (Red+Green+Blue) = 220+197+198=615 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.77% from 615); Green value is 197 (77.34% from 255 or 32.03% from 615); Blue value is 198 (77.73% from 255 or 32.20% from 615); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC5C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC5C6 is #233A39. Grayscale: #CCCCCC. Windows color (decimal): -2308666 or 13026780. OLE color: 13026780.
HSL color Cylindrical-coordinate representation of color #DCC5C6: hue angle of 357.39º degrees, saturation: 0.25, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DCC5C6 is Cyan = 0, Magento = 0.10, Yellow = 0.1 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 197 | 198 | - |
| CMYK | 0 | 0.10 | 0.1 | 0.14 |
| HSL | 357.39º | 0.25% | 0.82% | - |
| HSV(B) | 357.39º | 0.1% | 0.86% | - |
| XYZ | 59.67 | 59.23 | 61.71 | - |
| YUV | 203.99 | 124.62 | 139.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 197 | 198 | 0 | 0.10 | 0.1 | 0.14 | 357.39 | 0.25 | 0.82 |
| Hex | DC | C5 | C6 | 0 | A | A | E | 165 | 19 | 52 |
| Octal | 334 | 305 | 306 | 0 | 12 | 12 | 16 | 545 | 31 | 122 |
| Binary | 11011100 | 11000101 | 11000110 | 0 | 1010 | 1010 | 1110 | 101100101 | 11001 | 1010010 |
Color Harmonies of #DCC5C6
Complementary color
Monochromatic Colors of #DCC5C6
Black with #DCC5C6
Text Example
Text Example
White with #DCC5C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC5C6; }
p { color: rgb(220,197,198); }
H1.HeaderClassName
{
color: #DCC5C6;
}
.AnyTagClassName
{
color: #DCC5C6;
}
</style>
background-color css
<style>
a { background-color: #DCC5C6; }
a { background-color: rgb(220,197,198); }
div.DivClassName
{
background-color: #DCC5C6;
}
.BgClassName
{
background-color: #DCC5C6;
}
</style>
border-color css
<style>
span { border-color: #DCC5C6; }
span { border-color: rgb(220,197,198); }
td.TdClassName
{
border-color: #DCC5C6;
}
.TagClassName
{
border-color: #DCC5C6;
}
</style>