Shades of Blossom #DFACB6
Tints of Blossom #DFACB6
RGB
CMYK
RGB Variations
Color information
#DFACB6 (or 0xDFACB6) is known color: Blossom. HEX triplet: DF, AC and B6. RGB value is (223,172,182). Sum of RGB (Red+Green+Blue) = 223+172+182=577 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.65% from 577); Green value is 172 (67.58% from 255 or 29.81% from 577); Blue value is 182 (71.48% from 255 or 31.54% from 577); Max value from RGB is 223 - color contains mainly: red. Hex color #DFACB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFACB6 is #205349. Grayscale: #BCBCBC. Windows color (decimal): -2118474 or 11971807. OLE color: 11971807.
HSL color Cylindrical-coordinate representation of color #DFACB6: hue angle of 348.24º 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 #DFACB6 is Cyan = 0, Magento = 0.23, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 172 | 182 | - |
| CMYK | 0 | 0.23 | 0.18 | 0.13 |
| HSL | 348.24º | 0.44% | 0.77% | - |
| HSV(B) | 348.24º | 0.23% | 0.87% | - |
| XYZ | 53.63 | 48.57 | 50.8 | - |
| YUV | 188.39 | 124.4 | 152.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 172 | 182 | 0 | 0.23 | 0.18 | 0.13 | 348.24 | 0.44 | 0.77 |
| Hex | DF | AC | B6 | 0 | 17 | 12 | D | 15C | 2C | 4D |
| Octal | 337 | 254 | 266 | 0 | 27 | 22 | 15 | 534 | 54 | 115 |
| Binary | 11011111 | 10101100 | 10110110 | 0 | 10111 | 10010 | 1101 | 101011100 | 101100 | 1001101 |
Color Harmonies of #DFACB6
Complementary color
Monochromatic Colors of #DFACB6
Black with #DFACB6
Text Example
Text Example
White with #DFACB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFACB6; }
p { color: rgb(223,172,182); }
H1.HeaderClassName
{
color: #DFACB6;
}
.AnyTagClassName
{
color: #DFACB6;
}
</style>
background-color css
<style>
a { background-color: #DFACB6; }
a { background-color: rgb(223,172,182); }
div.DivClassName
{
background-color: #DFACB6;
}
.BgClassName
{
background-color: #DFACB6;
}
</style>
border-color css
<style>
span { border-color: #DFACB6; }
span { border-color: rgb(223,172,182); }
td.TdClassName
{
border-color: #DFACB6;
}
.TagClassName
{
border-color: #DFACB6;
}
</style>