Shades of Blossom #DFA9B6
Tints of Blossom #DFA9B6
RGB
CMYK
RGB Variations
Color information
#DFA9B6 (or 0xDFA9B6) is known color: Blossom. HEX triplet: DF, A9 and B6. RGB value is (223,169,182). Sum of RGB (Red+Green+Blue) = 223+169+182=574 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.85% from 574); Green value is 169 (66.41% from 255 or 29.44% from 574); Blue value is 182 (71.48% from 255 or 31.71% from 574); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA9B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFA9B6 is #205649. Grayscale: #BABABA. Windows color (decimal): -2119242 or 11971039. OLE color: 11971039.
HSL color Cylindrical-coordinate representation of color #DFA9B6: hue angle of 345.56º degrees, saturation: 0.46, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DFA9B6 is Cyan = 0, Magento = 0.24, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 169 | 182 | - |
| CMYK | 0 | 0.24 | 0.18 | 0.13 |
| HSL | 345.56º | 0.46% | 0.77% | - |
| HSV(B) | 345.56º | 0.24% | 0.87% | - |
| XYZ | 53.06 | 47.44 | 50.62 | - |
| YUV | 186.63 | 125.39 | 153.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 169 | 182 | 0 | 0.24 | 0.18 | 0.13 | 345.56 | 0.46 | 0.77 |
| Hex | DF | A9 | B6 | 0 | 18 | 12 | D | 15A | 2E | 4D |
| Octal | 337 | 251 | 266 | 0 | 30 | 22 | 15 | 532 | 56 | 115 |
| Binary | 11011111 | 10101001 | 10110110 | 0 | 11000 | 10010 | 1101 | 101011010 | 101110 | 1001101 |
Color Harmonies of #DFA9B6
Complementary color
Monochromatic Colors of #DFA9B6
Black with #DFA9B6
Text Example
Text Example
White with #DFA9B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA9B6; }
p { color: rgb(223,169,182); }
H1.HeaderClassName
{
color: #DFA9B6;
}
.AnyTagClassName
{
color: #DFA9B6;
}
</style>
background-color css
<style>
a { background-color: #DFA9B6; }
a { background-color: rgb(223,169,182); }
div.DivClassName
{
background-color: #DFA9B6;
}
.BgClassName
{
background-color: #DFA9B6;
}
</style>
border-color css
<style>
span { border-color: #DFA9B6; }
span { border-color: rgb(223,169,182); }
td.TdClassName
{
border-color: #DFA9B6;
}
.TagClassName
{
border-color: #DFA9B6;
}
</style>