Shades of Blossom #DFABB7
Tints of Blossom #DFABB7
RGB
CMYK
RGB Variations
Color information
#DFABB7 (or 0xDFABB7) is known color: Blossom. HEX triplet: DF, AB and B7. RGB value is (223,171,183). Sum of RGB (Red+Green+Blue) = 223+171+183=577 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.65% from 577); Green value is 171 (67.19% from 255 or 29.64% from 577); Blue value is 183 (71.88% from 255 or 31.72% from 577); Max value from RGB is 223 - color contains mainly: red. Hex color #DFABB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFABB7 is #205448. Grayscale: #BBBBBB. Windows color (decimal): -2118729 or 12037087. OLE color: 12037087.
HSL color Cylindrical-coordinate representation of color #DFABB7: hue angle of 346.15º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DFABB7 is Cyan = 0, Magento = 0.23, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 171 | 183 | - |
| CMYK | 0 | 0.23 | 0.18 | 0.13 |
| HSL | 346.15º | 0.45% | 0.77% | - |
| HSV(B) | 346.15º | 0.23% | 0.87% | - |
| XYZ | 53.54 | 48.23 | 51.29 | - |
| YUV | 187.92 | 125.23 | 153.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 171 | 183 | 0 | 0.23 | 0.18 | 0.13 | 346.15 | 0.45 | 0.77 |
| Hex | DF | AB | B7 | 0 | 17 | 12 | D | 15A | 2D | 4D |
| Octal | 337 | 253 | 267 | 0 | 27 | 22 | 15 | 532 | 55 | 115 |
| Binary | 11011111 | 10101011 | 10110111 | 0 | 10111 | 10010 | 1101 | 101011010 | 101101 | 1001101 |
Color Harmonies of #DFABB7
Complementary color
Monochromatic Colors of #DFABB7
Black with #DFABB7
Text Example
Text Example
White with #DFABB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFABB7; }
p { color: rgb(223,171,183); }
H1.HeaderClassName
{
color: #DFABB7;
}
.AnyTagClassName
{
color: #DFABB7;
}
</style>
background-color css
<style>
a { background-color: #DFABB7; }
a { background-color: rgb(223,171,183); }
div.DivClassName
{
background-color: #DFABB7;
}
.BgClassName
{
background-color: #DFABB7;
}
</style>
border-color css
<style>
span { border-color: #DFABB7; }
span { border-color: rgb(223,171,183); }
td.TdClassName
{
border-color: #DFABB7;
}
.TagClassName
{
border-color: #DFABB7;
}
</style>