Shades of Blossom #DFACB3
Tints of Blossom #DFACB3
RGB
CMYK
RGB Variations
Color information
#DFACB3 (or 0xDFACB3) is known color: Blossom. HEX triplet: DF, AC and B3. RGB value is (223,172,179). Sum of RGB (Red+Green+Blue) = 223+172+179=574 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.85% from 574); Green value is 172 (67.58% from 255 or 29.97% from 574); Blue value is 179 (70.31% from 255 or 31.18% from 574); Max value from RGB is 223 - color contains mainly: red. Hex color #DFACB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFACB3 is #20534C. Grayscale: #BCBCBC. Windows color (decimal): -2118477 or 11775199. OLE color: 11775199.
HSL color Cylindrical-coordinate representation of color #DFACB3: hue angle of 351.76º degrees, saturation: 0.44, 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 #DFACB3 is Cyan = 0, Magento = 0.23, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 172 | 179 | - |
| CMYK | 0 | 0.23 | 0.20 | 0.13 |
| HSL | 351.76º | 0.44% | 0.77% | - |
| HSV(B) | 351.76º | 0.23% | 0.87% | - |
| XYZ | 53.32 | 48.45 | 49.19 | - |
| YUV | 188.05 | 122.9 | 152.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 172 | 179 | 0 | 0.23 | 0.20 | 0.13 | 351.76 | 0.44 | 0.77 |
| Hex | DF | AC | B3 | 0 | 17 | 14 | D | 160 | 2C | 4D |
| Octal | 337 | 254 | 263 | 0 | 27 | 24 | 15 | 540 | 54 | 115 |
| Binary | 11011111 | 10101100 | 10110011 | 0 | 10111 | 10100 | 1101 | 101100000 | 101100 | 1001101 |
Color Harmonies of #DFACB3
Complementary color
Monochromatic Colors of #DFACB3
Black with #DFACB3
Text Example
Text Example
White with #DFACB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFACB3; }
p { color: rgb(223,172,179); }
H1.HeaderClassName
{
color: #DFACB3;
}
.AnyTagClassName
{
color: #DFACB3;
}
</style>
background-color css
<style>
a { background-color: #DFACB3; }
a { background-color: rgb(223,172,179); }
div.DivClassName
{
background-color: #DFACB3;
}
.BgClassName
{
background-color: #DFACB3;
}
</style>
border-color css
<style>
span { border-color: #DFACB3; }
span { border-color: rgb(223,172,179); }
td.TdClassName
{
border-color: #DFACB3;
}
.TagClassName
{
border-color: #DFACB3;
}
</style>