Shades of Blossom #DFB6BB
Tints of Blossom #DFB6BB
RGB
CMYK
RGB Variations
Color information
#DFB6BB (or 0xDFB6BB) is known color: Blossom. HEX triplet: DF, B6 and BB. RGB value is (223,182,187). Sum of RGB (Red+Green+Blue) = 223+182+187=592 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.67% from 592); Green value is 182 (71.48% from 255 or 30.74% from 592); Blue value is 187 (73.44% from 255 or 31.59% from 592); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB6BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFB6BB is #204944. Grayscale: #C2C2C2. Windows color (decimal): -2115909 or 12302047. OLE color: 12302047.
HSL color Cylindrical-coordinate representation of color #DFB6BB: hue angle of 352.68º 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 #DFB6BB is Cyan = 0, Magento = 0.18, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 182 | 187 | - |
| CMYK | 0 | 0.18 | 0.16 | 0.13 |
| HSL | 352.68º | 0.39% | 0.79% | - |
| HSV(B) | 352.68º | 0.18% | 0.87% | - |
| XYZ | 56.13 | 52.73 | 54.23 | - |
| YUV | 194.83 | 123.58 | 148.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 182 | 187 | 0 | 0.18 | 0.16 | 0.13 | 352.68 | 0.39 | 0.79 |
| Hex | DF | B6 | BB | 0 | 12 | 10 | D | 161 | 27 | 4F |
| Octal | 337 | 266 | 273 | 0 | 22 | 20 | 15 | 541 | 47 | 117 |
| Binary | 11011111 | 10110110 | 10111011 | 0 | 10010 | 10000 | 1101 | 101100001 | 100111 | 1001111 |
Color Harmonies of #DFB6BB
Complementary color
Monochromatic Colors of #DFB6BB
Black with #DFB6BB
Text Example
Text Example
White with #DFB6BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB6BB; }
p { color: rgb(223,182,187); }
H1.HeaderClassName
{
color: #DFB6BB;
}
.AnyTagClassName
{
color: #DFB6BB;
}
</style>
background-color css
<style>
a { background-color: #DFB6BB; }
a { background-color: rgb(223,182,187); }
div.DivClassName
{
background-color: #DFB6BB;
}
.BgClassName
{
background-color: #DFB6BB;
}
</style>
border-color css
<style>
span { border-color: #DFB6BB; }
span { border-color: rgb(223,182,187); }
td.TdClassName
{
border-color: #DFB6BB;
}
.TagClassName
{
border-color: #DFB6BB;
}
</style>