Shades of Pink Flare #DDC3C4
Tints of Pink Flare #DDC3C4
RGB
CMYK
RGB Variations
Color information
#DDC3C4 (or 0xDDC3C4) is known color: Pink Flare. HEX triplet: DD, C3 and C4. RGB value is (221,195,196). Sum of RGB (Red+Green+Blue) = 221+195+196=612 (81% of max value = 765). Red value is 221 (86.72% from 255 or 36.11% from 612); Green value is 195 (76.56% from 255 or 31.86% from 612); Blue value is 196 (76.95% from 255 or 32.03% from 612); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC3C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC3C4 is #223C3B. Grayscale: #CACACA. Windows color (decimal): -2243644 or 12895197. OLE color: 12895197.
HSL color Cylindrical-coordinate representation of color #DDC3C4: hue angle of 357.69º degrees, saturation: 0.28, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DDC3C4 is Cyan = 0, Magento = 0.12, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 195 | 196 | - |
| CMYK | 0 | 0.12 | 0.11 | 0.13 |
| HSL | 357.69º | 0.28% | 0.82% | - |
| HSV(B) | 357.69º | 0.12% | 0.87% | - |
| XYZ | 59.3 | 58.39 | 60.37 | - |
| YUV | 202.89 | 124.11 | 140.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 195 | 196 | 0 | 0.12 | 0.11 | 0.13 | 357.69 | 0.28 | 0.82 |
| Hex | DD | C3 | C4 | 0 | C | B | D | 166 | 1C | 52 |
| Octal | 335 | 303 | 304 | 0 | 14 | 13 | 15 | 546 | 34 | 122 |
| Binary | 11011101 | 11000011 | 11000100 | 0 | 1100 | 1011 | 1101 | 101100110 | 11100 | 1010010 |
Color Harmonies of #DDC3C4
Complementary color
Monochromatic Colors of #DDC3C4
Black with #DDC3C4
Text Example
Text Example
White with #DDC3C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC3C4; }
p { color: rgb(221,195,196); }
H1.HeaderClassName
{
color: #DDC3C4;
}
.AnyTagClassName
{
color: #DDC3C4;
}
</style>
background-color css
<style>
a { background-color: #DDC3C4; }
a { background-color: rgb(221,195,196); }
div.DivClassName
{
background-color: #DDC3C4;
}
.BgClassName
{
background-color: #DDC3C4;
}
</style>
border-color css
<style>
span { border-color: #DDC3C4; }
span { border-color: rgb(221,195,196); }
td.TdClassName
{
border-color: #DDC3C4;
}
.TagClassName
{
border-color: #DDC3C4;
}
</style>