Shades of Pink Flare #DDC1C3
Tints of Pink Flare #DDC1C3
RGB
CMYK
RGB Variations
Color information
#DDC1C3 (or 0xDDC1C3) is known color: Pink Flare. HEX triplet: DD, C1 and C3. RGB value is (221,193,195). Sum of RGB (Red+Green+Blue) = 221+193+195=609 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.29% from 609); Green value is 193 (75.78% from 255 or 31.69% from 609); Blue value is 195 (76.56% from 255 or 32.02% from 609); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC1C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC1C3 is #223E3C. Grayscale: #C9C9C9. Windows color (decimal): -2244157 or 12829149. OLE color: 12829149.
HSL color Cylindrical-coordinate representation of color #DDC1C3: hue angle of 355.71º 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 #DDC1C3 is Cyan = 0, Magento = 0.13, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 193 | 195 | - |
| CMYK | 0 | 0.13 | 0.12 | 0.13 |
| HSL | 355.71º | 0.29% | 0.81% | - |
| HSV(B) | 355.71º | 0.13% | 0.87% | - |
| XYZ | 58.74 | 57.45 | 59.62 | - |
| YUV | 201.6 | 124.28 | 141.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 193 | 195 | 0 | 0.13 | 0.12 | 0.13 | 355.71 | 0.29 | 0.81 |
| Hex | DD | C1 | C3 | 0 | D | C | D | 164 | 1D | 51 |
| Octal | 335 | 301 | 303 | 0 | 15 | 14 | 15 | 544 | 35 | 121 |
| Binary | 11011101 | 11000001 | 11000011 | 0 | 1101 | 1100 | 1101 | 101100100 | 11101 | 1010001 |
Color Harmonies of #DDC1C3
Complementary color
Monochromatic Colors of #DDC1C3
Black with #DDC1C3
Text Example
Text Example
White with #DDC1C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC1C3; }
p { color: rgb(221,193,195); }
H1.HeaderClassName
{
color: #DDC1C3;
}
.AnyTagClassName
{
color: #DDC1C3;
}
</style>
background-color css
<style>
a { background-color: #DDC1C3; }
a { background-color: rgb(221,193,195); }
div.DivClassName
{
background-color: #DDC1C3;
}
.BgClassName
{
background-color: #DDC1C3;
}
</style>
border-color css
<style>
span { border-color: #DDC1C3; }
span { border-color: rgb(221,193,195); }
td.TdClassName
{
border-color: #DDC1C3;
}
.TagClassName
{
border-color: #DDC1C3;
}
</style>