Shades of Pink Flare #DCC4C5
Tints of Pink Flare #DCC4C5
RGB
CMYK
RGB Variations
Color information
#DCC4C5 (or 0xDCC4C5) is known color: Pink Flare. HEX triplet: DC, C4 and C5. RGB value is (220,196,197). Sum of RGB (Red+Green+Blue) = 220+196+197=613 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.89% from 613); Green value is 196 (76.95% from 255 or 31.97% from 613); Blue value is 197 (77.34% from 255 or 32.14% from 613); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC4C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC4C5 is #233B3A. Grayscale: #CBCBCB. Windows color (decimal): -2308923 or 12960988. OLE color: 12960988.
HSL color Cylindrical-coordinate representation of color #DCC4C5: hue angle of 357.5º degrees, saturation: 0.26, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DCC4C5 is Cyan = 0, Magento = 0.11, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
RGB | 220 | 196 | 197 | - |
CMYK | 0 | 0.11 | 0.10 | 0.14 |
HSL | 357.5º | 0.26% | 0.82% | - |
HSV(B) | 357.5º | 0.11% | 0.86% | - |
XYZ | 59.33 | 58.73 | 61.03 | - |
YUV | 203.29 | 124.45 | 139.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 196 | 197 | 0 | 0.11 | 0.10 | 0.14 | 357.5 | 0.26 | 0.82 |
Hex | DC | C4 | C5 | 0 | B | A | E | 166 | 1A | 52 |
Octal | 334 | 304 | 305 | 0 | 13 | 12 | 16 | 546 | 32 | 122 |
Binary | 11011100 | 11000100 | 11000101 | 0 | 1011 | 1010 | 1110 | 101100110 | 11010 | 1010010 |
Color Harmonies of #DCC4C5
Complementary color
Monochromatic Colors of #DCC4C5
Black with #DCC4C5
Text Example
Text Example
White with #DCC4C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC4C5; }
p { color: rgb(220,196,197); }
H1.HeaderClassName
{
color: #DCC4C5;
}
.AnyTagClassName
{
color: #DCC4C5;
}
</style>
background-color css
<style>
a { background-color: #DCC4C5; }
a { background-color: rgb(220,196,197); }
div.DivClassName
{
background-color: #DCC4C5;
}
.BgClassName
{
background-color: #DCC4C5;
}
</style>
border-color css
<style>
span { border-color: #DCC4C5; }
span { border-color: rgb(220,196,197); }
td.TdClassName
{
border-color: #DCC4C5;
}
.TagClassName
{
border-color: #DCC4C5;
}
</style>