Shades of Pink Flare #DDBCBE
Tints of Pink Flare #DDBCBE
RGB
CMYK
RGB Variations
Color information
#DDBCBE (or 0xDDBCBE) is known color: Pink Flare. HEX triplet: DD, BC and BE. RGB value is (221,188,190). Sum of RGB (Red+Green+Blue) = 221+188+190=599 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.89% from 599); Green value is 188 (73.83% from 255 or 31.39% from 599); Blue value is 190 (74.61% from 255 or 31.72% from 599); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBCBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBCBE is #224341. Grayscale: #C6C6C6. Windows color (decimal): -2245442 or 12500189. OLE color: 12500189.
HSL color Cylindrical-coordinate representation of color #DDBCBE: hue angle of 356.36º 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 #DDBCBE is Cyan = 0, Magento = 0.15, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 188 | 190 | - |
| CMYK | 0 | 0.15 | 0.14 | 0.13 |
| HSL | 356.36º | 0.33% | 0.8% | - |
| HSV(B) | 356.36º | 0.15% | 0.87% | - |
| XYZ | 57.1 | 55.06 | 56.33 | - |
| YUV | 198.1 | 123.43 | 144.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 188 | 190 | 0 | 0.15 | 0.14 | 0.13 | 356.36 | 0.33 | 0.8 |
| Hex | DD | BC | BE | 0 | F | E | D | 164 | 21 | 50 |
| Octal | 335 | 274 | 276 | 0 | 17 | 16 | 15 | 544 | 41 | 120 |
| Binary | 11011101 | 10111100 | 10111110 | 0 | 1111 | 1110 | 1101 | 101100100 | 100001 | 1010000 |
Color Harmonies of #DDBCBE
Complementary color
Monochromatic Colors of #DDBCBE
Black with #DDBCBE
Text Example
Text Example
White with #DDBCBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBCBE; }
p { color: rgb(221,188,190); }
H1.HeaderClassName
{
color: #DDBCBE;
}
.AnyTagClassName
{
color: #DDBCBE;
}
</style>
background-color css
<style>
a { background-color: #DDBCBE; }
a { background-color: rgb(221,188,190); }
div.DivClassName
{
background-color: #DDBCBE;
}
.BgClassName
{
background-color: #DDBCBE;
}
</style>
border-color css
<style>
span { border-color: #DDBCBE; }
span { border-color: rgb(221,188,190); }
td.TdClassName
{
border-color: #DDBCBE;
}
.TagClassName
{
border-color: #DDBCBE;
}
</style>