Shades of Pink Flare #DDC1C2
Tints of Pink Flare #DDC1C2
RGB
CMYK
RGB Variations
Color information
#DDC1C2 (or 0xDDC1C2) is known color: Pink Flare. HEX triplet: DD, C1 and C2. RGB value is (221,193,194). Sum of RGB (Red+Green+Blue) = 221+193+194=608 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.35% from 608); Green value is 193 (75.78% from 255 or 31.74% from 608); Blue value is 194 (76.17% from 255 or 31.91% from 608); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC1C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC1C2 is #223E3D. Grayscale: #C9C9C9. Windows color (decimal): -2244158 or 12763613. OLE color: 12763613.
HSL color Cylindrical-coordinate representation of color #DDC1C2: hue angle of 357.86º degrees, saturation: 0.29, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DDC1C2 is Cyan = 0, Magento = 0.13, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 193 | 194 | - |
| CMYK | 0 | 0.13 | 0.12 | 0.13 |
| HSL | 357.86º | 0.29% | 0.81% | - |
| HSV(B) | 357.86º | 0.13% | 0.87% | - |
| XYZ | 58.63 | 57.41 | 59.03 | - |
| YUV | 201.49 | 123.78 | 141.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 193 | 194 | 0 | 0.13 | 0.12 | 0.13 | 357.86 | 0.29 | 0.81 |
| Hex | DD | C1 | C2 | 0 | D | C | D | 166 | 1D | 51 |
| Octal | 335 | 301 | 302 | 0 | 15 | 14 | 15 | 546 | 35 | 121 |
| Binary | 11011101 | 11000001 | 11000010 | 0 | 1101 | 1100 | 1101 | 101100110 | 11101 | 1010001 |
Color Harmonies of #DDC1C2
Complementary color
Monochromatic Colors of #DDC1C2
Black with #DDC1C2
Text Example
Text Example
White with #DDC1C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC1C2; }
p { color: rgb(221,193,194); }
H1.HeaderClassName
{
color: #DDC1C2;
}
.AnyTagClassName
{
color: #DDC1C2;
}
</style>
background-color css
<style>
a { background-color: #DDC1C2; }
a { background-color: rgb(221,193,194); }
div.DivClassName
{
background-color: #DDC1C2;
}
.BgClassName
{
background-color: #DDC1C2;
}
</style>
border-color css
<style>
span { border-color: #DDC1C2; }
span { border-color: rgb(221,193,194); }
td.TdClassName
{
border-color: #DDC1C2;
}
.TagClassName
{
border-color: #DDC1C2;
}
</style>