Shades of Blossom #DFAAB7
Tints of Blossom #DFAAB7
RGB
CMYK
RGB Variations
Color information
#DFAAB7 (or 0xDFAAB7) is known color: Blossom. HEX triplet: DF, AA and B7. RGB value is (223,170,183). Sum of RGB (Red+Green+Blue) = 223+170+183=576 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.72% from 576); Green value is 170 (66.80% from 255 or 29.51% from 576); Blue value is 183 (71.88% from 255 or 31.77% from 576); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAAB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFAAB7 is #205548. Grayscale: #BBBBBB. Windows color (decimal): -2118985 or 12036831. OLE color: 12036831.
HSL color Cylindrical-coordinate representation of color #DFAAB7: hue angle of 345.28º degrees, saturation: 0.45, 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 #DFAAB7 is Cyan = 0, Magento = 0.24, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 170 | 183 | - |
| CMYK | 0 | 0.24 | 0.18 | 0.13 |
| HSL | 345.28º | 0.45% | 0.77% | - |
| HSV(B) | 345.28º | 0.24% | 0.87% | - |
| XYZ | 53.35 | 47.86 | 51.22 | - |
| YUV | 187.33 | 125.56 | 153.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 170 | 183 | 0 | 0.24 | 0.18 | 0.13 | 345.28 | 0.45 | 0.77 |
| Hex | DF | AA | B7 | 0 | 18 | 12 | D | 159 | 2D | 4D |
| Octal | 337 | 252 | 267 | 0 | 30 | 22 | 15 | 531 | 55 | 115 |
| Binary | 11011111 | 10101010 | 10110111 | 0 | 11000 | 10010 | 1101 | 101011001 | 101101 | 1001101 |
Color Harmonies of #DFAAB7
Complementary color
Monochromatic Colors of #DFAAB7
Black with #DFAAB7
Text Example
Text Example
White with #DFAAB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFAAB7; }
p { color: rgb(223,170,183); }
H1.HeaderClassName
{
color: #DFAAB7;
}
.AnyTagClassName
{
color: #DFAAB7;
}
</style>
background-color css
<style>
a { background-color: #DFAAB7; }
a { background-color: rgb(223,170,183); }
div.DivClassName
{
background-color: #DFAAB7;
}
.BgClassName
{
background-color: #DFAAB7;
}
</style>
border-color css
<style>
span { border-color: #DFAAB7; }
span { border-color: rgb(223,170,183); }
td.TdClassName
{
border-color: #DFAAB7;
}
.TagClassName
{
border-color: #DFAAB7;
}
</style>