Shades of Pink Flare #DDBABC
Tints of Pink Flare #DDBABC
RGB
CMYK
RGB Variations
Color information
#DDBABC (or 0xDDBABC) is known color: Pink Flare. HEX triplet: DD, BA and BC. RGB value is (221,186,188). Sum of RGB (Red+Green+Blue) = 221+186+188=595 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.14% from 595); Green value is 186 (73.05% from 255 or 31.26% from 595); Blue value is 188 (73.83% from 255 or 31.60% from 595); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBABC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBABC is #224543. Grayscale: #C4C4C4. Windows color (decimal): -2245956 or 12368605. OLE color: 12368605.
HSL color Cylindrical-coordinate representation of color #DDBABC: hue angle of 356.57º degrees, saturation: 0.34, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DDBABC is Cyan = 0, Magento = 0.16, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 186 | 188 | - |
CMYK | 0 | 0.16 | 0.15 | 0.13 |
HSL | 356.57º | 0.34% | 0.8% | - |
HSV(B) | 356.57º | 0.16% | 0.87% | - |
XYZ | 56.45 | 54.12 | 55.05 | - |
YUV | 196.69 | 123.1 | 145.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 186 | 188 | 0 | 0.16 | 0.15 | 0.13 | 356.57 | 0.34 | 0.8 |
Hex | DD | BA | BC | 0 | 10 | F | D | 165 | 22 | 50 |
Octal | 335 | 272 | 274 | 0 | 20 | 17 | 15 | 545 | 42 | 120 |
Binary | 11011101 | 10111010 | 10111100 | 0 | 10000 | 1111 | 1101 | 101100101 | 100010 | 1010000 |
Color Harmonies of #DDBABC
Complementary color
Monochromatic Colors of #DDBABC
Black with #DDBABC
Text Example
Text Example
White with #DDBABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBABC; }
p { color: rgb(221,186,188); }
H1.HeaderClassName
{
color: #DDBABC;
}
.AnyTagClassName
{
color: #DDBABC;
}
</style>
background-color css
<style>
a { background-color: #DDBABC; }
a { background-color: rgb(221,186,188); }
div.DivClassName
{
background-color: #DDBABC;
}
.BgClassName
{
background-color: #DDBABC;
}
</style>
border-color css
<style>
span { border-color: #DDBABC; }
span { border-color: rgb(221,186,188); }
td.TdClassName
{
border-color: #DDBABC;
}
.TagClassName
{
border-color: #DDBABC;
}
</style>