Shades of Blossom #DFABB3
Tints of Blossom #DFABB3
RGB
CMYK
RGB Variations
Color information
#DFABB3 (or 0xDFABB3) is known color: Blossom. HEX triplet: DF, AB and B3. RGB value is (223,171,179). Sum of RGB (Red+Green+Blue) = 223+171+179=573 (75% of max value = 765). Red value is 223 (87.5% from 255 or 38.92% from 573); Green value is 171 (67.19% from 255 or 29.84% from 573); Blue value is 179 (70.31% from 255 or 31.24% from 573); Max value from RGB is 223 - color contains mainly: red. Hex color #DFABB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFABB3 is #20544C. Grayscale: #BBBBBB. Windows color (decimal): -2118733 or 11774943. OLE color: 11774943.
HSL color Cylindrical-coordinate representation of color #DFABB3: hue angle of 350.77º 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 #DFABB3 is Cyan = 0, Magento = 0.23, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 171 | 179 | - |
| CMYK | 0 | 0.23 | 0.20 | 0.13 |
| HSL | 350.77º | 0.45% | 0.77% | - |
| HSV(B) | 350.77º | 0.23% | 0.87% | - |
| XYZ | 53.13 | 48.07 | 49.13 | - |
| YUV | 187.46 | 123.23 | 153.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 171 | 179 | 0 | 0.23 | 0.20 | 0.13 | 350.77 | 0.45 | 0.77 |
| Hex | DF | AB | B3 | 0 | 17 | 14 | D | 15F | 2D | 4D |
| Octal | 337 | 253 | 263 | 0 | 27 | 24 | 15 | 537 | 55 | 115 |
| Binary | 11011111 | 10101011 | 10110011 | 0 | 10111 | 10100 | 1101 | 101011111 | 101101 | 1001101 |
Color Harmonies of #DFABB3
Complementary color
Monochromatic Colors of #DFABB3
Black with #DFABB3
Text Example
Text Example
White with #DFABB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFABB3; }
p { color: rgb(223,171,179); }
H1.HeaderClassName
{
color: #DFABB3;
}
.AnyTagClassName
{
color: #DFABB3;
}
</style>
background-color css
<style>
a { background-color: #DFABB3; }
a { background-color: rgb(223,171,179); }
div.DivClassName
{
background-color: #DFABB3;
}
.BgClassName
{
background-color: #DFABB3;
}
</style>
border-color css
<style>
span { border-color: #DFABB3; }
span { border-color: rgb(223,171,179); }
td.TdClassName
{
border-color: #DFABB3;
}
.TagClassName
{
border-color: #DFABB3;
}
</style>