Shades of Blossom #DFACB2
Tints of Blossom #DFACB2
RGB
CMYK
RGB Variations
Color information
#DFACB2 (or 0xDFACB2) is known color: Blossom. HEX triplet: DF, AC and B2. RGB value is (223,172,178). Sum of RGB (Red+Green+Blue) = 223+172+178=573 (75% of max value = 765). Red value is 223 (87.5% from 255 or 38.92% from 573); Green value is 172 (67.58% from 255 or 30.02% from 573); Blue value is 178 (69.92% from 255 or 31.06% from 573); Max value from RGB is 223 - color contains mainly: red. Hex color #DFACB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFACB2 is #20534D. Grayscale: #BBBBBB. Windows color (decimal): -2118478 or 11709663. OLE color: 11709663.
HSL color Cylindrical-coordinate representation of color #DFACB2: hue angle of 352.94º 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 #DFACB2 is Cyan = 0, Magento = 0.23, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 172 | 178 | - |
CMYK | 0 | 0.23 | 0.20 | 0.13 |
HSL | 352.94º | 0.44% | 0.77% | - |
HSV(B) | 352.94º | 0.23% | 0.87% | - |
XYZ | 53.22 | 48.41 | 48.66 | - |
YUV | 187.93 | 122.4 | 153.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 172 | 178 | 0 | 0.23 | 0.20 | 0.13 | 352.94 | 0.44 | 0.77 |
Hex | DF | AC | B2 | 0 | 17 | 14 | D | 161 | 2C | 4D |
Octal | 337 | 254 | 262 | 0 | 27 | 24 | 15 | 541 | 54 | 115 |
Binary | 11011111 | 10101100 | 10110010 | 0 | 10111 | 10100 | 1101 | 101100001 | 101100 | 1001101 |
Color Harmonies of #DFACB2
Complementary color
Monochromatic Colors of #DFACB2
Black with #DFACB2
Text Example
Text Example
White with #DFACB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFACB2; }
p { color: rgb(223,172,178); }
H1.HeaderClassName
{
color: #DFACB2;
}
.AnyTagClassName
{
color: #DFACB2;
}
</style>
background-color css
<style>
a { background-color: #DFACB2; }
a { background-color: rgb(223,172,178); }
div.DivClassName
{
background-color: #DFACB2;
}
.BgClassName
{
background-color: #DFACB2;
}
</style>
border-color css
<style>
span { border-color: #DFACB2; }
span { border-color: rgb(223,172,178); }
td.TdClassName
{
border-color: #DFACB2;
}
.TagClassName
{
border-color: #DFACB2;
}
</style>