Shades of Blossom #DFB6BA
Tints of Blossom #DFB6BA
RGB
CMYK
RGB Variations
Color information
#DFB6BA (or 0xDFB6BA) is known color: Blossom. HEX triplet: DF, B6 and BA. RGB value is (223,182,186). Sum of RGB (Red+Green+Blue) = 223+182+186=591 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.73% from 591); Green value is 182 (71.48% from 255 or 30.80% from 591); Blue value is 186 (73.05% from 255 or 31.47% from 591); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB6BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFB6BA is #204945. Grayscale: #C2C2C2. Windows color (decimal): -2115910 or 12236511. OLE color: 12236511.
HSL color Cylindrical-coordinate representation of color #DFB6BA: hue angle of 354.15º degrees, saturation: 0.39, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DFB6BA is Cyan = 0, Magento = 0.18, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 182 | 186 | - |
| CMYK | 0 | 0.18 | 0.17 | 0.13 |
| HSL | 354.15º | 0.39% | 0.79% | - |
| HSV(B) | 354.15º | 0.18% | 0.87% | - |
| XYZ | 56.02 | 52.69 | 53.67 | - |
| YUV | 194.72 | 123.08 | 148.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 182 | 186 | 0 | 0.18 | 0.17 | 0.13 | 354.15 | 0.39 | 0.79 |
| Hex | DF | B6 | BA | 0 | 12 | 11 | D | 162 | 27 | 4F |
| Octal | 337 | 266 | 272 | 0 | 22 | 21 | 15 | 542 | 47 | 117 |
| Binary | 11011111 | 10110110 | 10111010 | 0 | 10010 | 10001 | 1101 | 101100010 | 100111 | 1001111 |
Color Harmonies of #DFB6BA
Complementary color
Monochromatic Colors of #DFB6BA
Black with #DFB6BA
Text Example
Text Example
White with #DFB6BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB6BA; }
p { color: rgb(223,182,186); }
H1.HeaderClassName
{
color: #DFB6BA;
}
.AnyTagClassName
{
color: #DFB6BA;
}
</style>
background-color css
<style>
a { background-color: #DFB6BA; }
a { background-color: rgb(223,182,186); }
div.DivClassName
{
background-color: #DFB6BA;
}
.BgClassName
{
background-color: #DFB6BA;
}
</style>
border-color css
<style>
span { border-color: #DFB6BA; }
span { border-color: rgb(223,182,186); }
td.TdClassName
{
border-color: #DFB6BA;
}
.TagClassName
{
border-color: #DFB6BA;
}
</style>