Shades of Blossom #DFB8BD
Tints of Blossom #DFB8BD
RGB
CMYK
RGB Variations
Color information
#DFB8BD (or 0xDFB8BD) is known color: Blossom. HEX triplet: DF, B8 and BD. RGB value is (223,184,189). Sum of RGB (Red+Green+Blue) = 223+184+189=596 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.42% from 596); Green value is 184 (72.27% from 255 or 30.87% from 596); Blue value is 189 (74.22% from 255 or 31.71% from 596); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB8BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFB8BD is #204742. Grayscale: #C4C4C4. Windows color (decimal): -2115395 or 12433631. OLE color: 12433631.
HSL color Cylindrical-coordinate representation of color #DFB8BD: hue angle of 352.31º degrees, saturation: 0.38, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DFB8BD is Cyan = 0, Magento = 0.17, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 184 | 189 | - |
CMYK | 0 | 0.17 | 0.15 | 0.13 |
HSL | 352.31º | 0.38% | 0.8% | - |
HSV(B) | 352.31º | 0.17% | 0.87% | - |
XYZ | 56.76 | 53.64 | 55.51 | - |
YUV | 196.23 | 123.92 | 147.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 184 | 189 | 0 | 0.17 | 0.15 | 0.13 | 352.31 | 0.38 | 0.8 |
Hex | DF | B8 | BD | 0 | 11 | F | D | 160 | 26 | 50 |
Octal | 337 | 270 | 275 | 0 | 21 | 17 | 15 | 540 | 46 | 120 |
Binary | 11011111 | 10111000 | 10111101 | 0 | 10001 | 1111 | 1101 | 101100000 | 100110 | 1010000 |
Color Harmonies of #DFB8BD
Complementary color
Monochromatic Colors of #DFB8BD
Black with #DFB8BD
Text Example
Text Example
White with #DFB8BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB8BD; }
p { color: rgb(223,184,189); }
H1.HeaderClassName
{
color: #DFB8BD;
}
.AnyTagClassName
{
color: #DFB8BD;
}
</style>
background-color css
<style>
a { background-color: #DFB8BD; }
a { background-color: rgb(223,184,189); }
div.DivClassName
{
background-color: #DFB8BD;
}
.BgClassName
{
background-color: #DFB8BD;
}
</style>
border-color css
<style>
span { border-color: #DFB8BD; }
span { border-color: rgb(223,184,189); }
td.TdClassName
{
border-color: #DFB8BD;
}
.TagClassName
{
border-color: #DFB8BD;
}
</style>