Shades of Pink Flare #DDBCBD
Tints of Pink Flare #DDBCBD
RGB
CMYK
RGB Variations
Color information
#DDBCBD (or 0xDDBCBD) is known color: Pink Flare. HEX triplet: DD, BC and BD. RGB value is (221,188,189). Sum of RGB (Red+Green+Blue) = 221+188+189=598 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.96% from 598); Green value is 188 (73.83% from 255 or 31.44% from 598); Blue value is 189 (74.22% from 255 or 31.61% from 598); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBCBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBCBD is #224342. Grayscale: #C6C6C6. Windows color (decimal): -2245443 or 12434653. OLE color: 12434653.
HSL color Cylindrical-coordinate representation of color #DDBCBD: hue angle of 358.18º degrees, saturation: 0.33, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DDBCBD is Cyan = 0, Magento = 0.15, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 188 | 189 | - |
| CMYK | 0 | 0.15 | 0.14 | 0.13 |
| HSL | 358.18º | 0.33% | 0.8% | - |
| HSV(B) | 358.18º | 0.15% | 0.87% | - |
| XYZ | 56.99 | 55.01 | 55.76 | - |
| YUV | 197.98 | 122.93 | 144.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 188 | 189 | 0 | 0.15 | 0.14 | 0.13 | 358.18 | 0.33 | 0.8 |
| Hex | DD | BC | BD | 0 | F | E | D | 166 | 21 | 50 |
| Octal | 335 | 274 | 275 | 0 | 17 | 16 | 15 | 546 | 41 | 120 |
| Binary | 11011101 | 10111100 | 10111101 | 0 | 1111 | 1110 | 1101 | 101100110 | 100001 | 1010000 |
Color Harmonies of #DDBCBD
Complementary color
Monochromatic Colors of #DDBCBD
Black with #DDBCBD
Text Example
Text Example
White with #DDBCBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBCBD; }
p { color: rgb(221,188,189); }
H1.HeaderClassName
{
color: #DDBCBD;
}
.AnyTagClassName
{
color: #DDBCBD;
}
</style>
background-color css
<style>
a { background-color: #DDBCBD; }
a { background-color: rgb(221,188,189); }
div.DivClassName
{
background-color: #DDBCBD;
}
.BgClassName
{
background-color: #DDBCBD;
}
</style>
border-color css
<style>
span { border-color: #DDBCBD; }
span { border-color: rgb(221,188,189); }
td.TdClassName
{
border-color: #DDBCBD;
}
.TagClassName
{
border-color: #DDBCBD;
}
</style>