Shades of Pink Flare #DDBBBE
Tints of Pink Flare #DDBBBE
RGB
CMYK
RGB Variations
Color information
#DDBBBE (or 0xDDBBBE) is known color: Pink Flare. HEX triplet: DD, BB and BE. RGB value is (221,187,190). Sum of RGB (Red+Green+Blue) = 221+187+190=598 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.96% from 598); Green value is 187 (73.44% from 255 or 31.27% from 598); Blue value is 190 (74.61% from 255 or 31.77% from 598); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBBBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBBBE is #224441. Grayscale: #C5C5C5. Windows color (decimal): -2245698 or 12499933. OLE color: 12499933.
HSL color Cylindrical-coordinate representation of color #DDBBBE: hue angle of 354.71º 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 #DDBBBE is Cyan = 0, Magento = 0.15, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 187 | 190 | - |
| CMYK | 0 | 0.15 | 0.14 | 0.13 |
| HSL | 354.71º | 0.33% | 0.8% | - |
| HSV(B) | 354.71º | 0.15% | 0.87% | - |
| XYZ | 56.88 | 54.63 | 56.26 | - |
| YUV | 197.51 | 123.76 | 144.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 187 | 190 | 0 | 0.15 | 0.14 | 0.13 | 354.71 | 0.33 | 0.8 |
| Hex | DD | BB | BE | 0 | F | E | D | 163 | 21 | 50 |
| Octal | 335 | 273 | 276 | 0 | 17 | 16 | 15 | 543 | 41 | 120 |
| Binary | 11011101 | 10111011 | 10111110 | 0 | 1111 | 1110 | 1101 | 101100011 | 100001 | 1010000 |
Color Harmonies of #DDBBBE
Complementary color
Monochromatic Colors of #DDBBBE
Black with #DDBBBE
Text Example
Text Example
White with #DDBBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBBBE; }
p { color: rgb(221,187,190); }
H1.HeaderClassName
{
color: #DDBBBE;
}
.AnyTagClassName
{
color: #DDBBBE;
}
</style>
background-color css
<style>
a { background-color: #DDBBBE; }
a { background-color: rgb(221,187,190); }
div.DivClassName
{
background-color: #DDBBBE;
}
.BgClassName
{
background-color: #DDBBBE;
}
</style>
border-color css
<style>
span { border-color: #DDBBBE; }
span { border-color: rgb(221,187,190); }
td.TdClassName
{
border-color: #DDBBBE;
}
.TagClassName
{
border-color: #DDBBBE;
}
</style>