Shades of Blossom #DFAAB8
Tints of Blossom #DFAAB8
RGB
CMYK
RGB Variations
Color information
#DFAAB8 (or 0xDFAAB8) is known color: Blossom. HEX triplet: DF, AA and B8. RGB value is (223,170,184). Sum of RGB (Red+Green+Blue) = 223+170+184=577 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.65% from 577); Green value is 170 (66.80% from 255 or 29.46% from 577); Blue value is 184 (72.27% from 255 or 31.89% from 577); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAAB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFAAB8 is #205547. Grayscale: #BBBBBB. Windows color (decimal): -2118984 or 12102367. OLE color: 12102367.
HSL color Cylindrical-coordinate representation of color #DFAAB8: hue angle of 344.15º 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 #DFAAB8 is Cyan = 0, Magento = 0.24, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 170 | 184 | - |
| CMYK | 0 | 0.24 | 0.17 | 0.13 |
| HSL | 344.15º | 0.45% | 0.77% | - |
| HSV(B) | 344.15º | 0.24% | 0.87% | - |
| XYZ | 53.46 | 47.9 | 51.78 | - |
| YUV | 187.44 | 126.06 | 153.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 170 | 184 | 0 | 0.24 | 0.17 | 0.13 | 344.15 | 0.45 | 0.77 |
| Hex | DF | AA | B8 | 0 | 18 | 11 | D | 158 | 2D | 4D |
| Octal | 337 | 252 | 270 | 0 | 30 | 21 | 15 | 530 | 55 | 115 |
| Binary | 11011111 | 10101010 | 10111000 | 0 | 11000 | 10001 | 1101 | 101011000 | 101101 | 1001101 |
Color Harmonies of #DFAAB8
Complementary color
Monochromatic Colors of #DFAAB8
Black with #DFAAB8
Text Example
Text Example
White with #DFAAB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFAAB8; }
p { color: rgb(223,170,184); }
H1.HeaderClassName
{
color: #DFAAB8;
}
.AnyTagClassName
{
color: #DFAAB8;
}
</style>
background-color css
<style>
a { background-color: #DFAAB8; }
a { background-color: rgb(223,170,184); }
div.DivClassName
{
background-color: #DFAAB8;
}
.BgClassName
{
background-color: #DFAAB8;
}
</style>
border-color css
<style>
span { border-color: #DFAAB8; }
span { border-color: rgb(223,170,184); }
td.TdClassName
{
border-color: #DFAAB8;
}
.TagClassName
{
border-color: #DFAAB8;
}
</style>