Shades of Blossom #DFACB8
Tints of Blossom #DFACB8
RGB
CMYK
RGB Variations
Color information
#DFACB8 (or 0xDFACB8) is known color: Blossom. HEX triplet: DF, AC and B8. RGB value is (223,172,184). Sum of RGB (Red+Green+Blue) = 223+172+184=579 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.51% from 579); Green value is 172 (67.58% from 255 or 29.71% from 579); Blue value is 184 (72.27% from 255 or 31.78% from 579); Max value from RGB is 223 - color contains mainly: red. Hex color #DFACB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFACB8 is #205347. Grayscale: #BCBCBC. Windows color (decimal): -2118472 or 12102879. OLE color: 12102879.
HSL color Cylindrical-coordinate representation of color #DFACB8: hue angle of 345.88º 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 #DFACB8 is Cyan = 0, Magento = 0.23, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 172 | 184 | - |
CMYK | 0 | 0.23 | 0.17 | 0.13 |
HSL | 345.88º | 0.44% | 0.77% | - |
HSV(B) | 345.88º | 0.23% | 0.87% | - |
XYZ | 53.84 | 48.65 | 51.9 | - |
YUV | 188.62 | 125.4 | 152.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 172 | 184 | 0 | 0.23 | 0.17 | 0.13 | 345.88 | 0.44 | 0.77 |
Hex | DF | AC | B8 | 0 | 17 | 11 | D | 15A | 2C | 4D |
Octal | 337 | 254 | 270 | 0 | 27 | 21 | 15 | 532 | 54 | 115 |
Binary | 11011111 | 10101100 | 10111000 | 0 | 10111 | 10001 | 1101 | 101011010 | 101100 | 1001101 |
Color Harmonies of #DFACB8
Complementary color
Monochromatic Colors of #DFACB8
Black with #DFACB8
Text Example
Text Example
White with #DFACB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFACB8; }
p { color: rgb(223,172,184); }
H1.HeaderClassName
{
color: #DFACB8;
}
.AnyTagClassName
{
color: #DFACB8;
}
</style>
background-color css
<style>
a { background-color: #DFACB8; }
a { background-color: rgb(223,172,184); }
div.DivClassName
{
background-color: #DFACB8;
}
.BgClassName
{
background-color: #DFACB8;
}
</style>
border-color css
<style>
span { border-color: #DFACB8; }
span { border-color: rgb(223,172,184); }
td.TdClassName
{
border-color: #DFACB8;
}
.TagClassName
{
border-color: #DFACB8;
}
</style>