Shades of Blossom #DFAAB5
Tints of Blossom #DFAAB5
RGB
CMYK
RGB Variations
Color information
#DFAAB5 (or 0xDFAAB5) is known color: Blossom. HEX triplet: DF, AA and B5. RGB value is (223,170,181). Sum of RGB (Red+Green+Blue) = 223+170+181=574 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.85% from 574); Green value is 170 (66.80% from 255 or 29.62% from 574); Blue value is 181 (71.09% from 255 or 31.53% from 574); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAAB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFAAB5 is #20554A. Grayscale: #BBBBBB. Windows color (decimal): -2118987 or 11905759. OLE color: 11905759.
HSL color Cylindrical-coordinate representation of color #DFAAB5: hue angle of 347.55º 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 #DFAAB5 is Cyan = 0, Magento = 0.24, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 170 | 181 | - |
| CMYK | 0 | 0.24 | 0.19 | 0.13 |
| HSL | 347.55º | 0.45% | 0.77% | - |
| HSV(B) | 347.55º | 0.24% | 0.87% | - |
| XYZ | 53.15 | 47.77 | 50.14 | - |
| YUV | 187.1 | 124.56 | 153.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 170 | 181 | 0 | 0.24 | 0.19 | 0.13 | 347.55 | 0.45 | 0.77 |
| Hex | DF | AA | B5 | 0 | 18 | 13 | D | 15C | 2D | 4D |
| Octal | 337 | 252 | 265 | 0 | 30 | 23 | 15 | 534 | 55 | 115 |
| Binary | 11011111 | 10101010 | 10110101 | 0 | 11000 | 10011 | 1101 | 101011100 | 101101 | 1001101 |
Color Harmonies of #DFAAB5
Complementary color
Monochromatic Colors of #DFAAB5
Black with #DFAAB5
Text Example
Text Example
White with #DFAAB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFAAB5; }
p { color: rgb(223,170,181); }
H1.HeaderClassName
{
color: #DFAAB5;
}
.AnyTagClassName
{
color: #DFAAB5;
}
</style>
background-color css
<style>
a { background-color: #DFAAB5; }
a { background-color: rgb(223,170,181); }
div.DivClassName
{
background-color: #DFAAB5;
}
.BgClassName
{
background-color: #DFAAB5;
}
</style>
border-color css
<style>
span { border-color: #DFAAB5; }
span { border-color: rgb(223,170,181); }
td.TdClassName
{
border-color: #DFAAB5;
}
.TagClassName
{
border-color: #DFAAB5;
}
</style>