Shades of Blossom #DFB2B5
Tints of Blossom #DFB2B5
RGB
CMYK
RGB Variations
Color information
#DFB2B5 (or 0xDFB2B5) is known color: Blossom. HEX triplet: DF, B2 and B5. RGB value is (223,178,181). Sum of RGB (Red+Green+Blue) = 223+178+181=582 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.32% from 582); Green value is 178 (69.92% from 255 or 30.58% from 582); Blue value is 181 (71.09% from 255 or 31.10% from 582); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB2B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFB2B5 is #204D4A. Grayscale: #BFBFBF. Windows color (decimal): -2116939 or 11907807. OLE color: 11907807.
HSL color Cylindrical-coordinate representation of color #DFB2B5: hue angle of 356º degrees, saturation: 0.41, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DFB2B5 is Cyan = 0, Magento = 0.20, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 178 | 181 | - |
| CMYK | 0 | 0.20 | 0.19 | 0.13 |
| HSL | 356º | 0.41% | 0.79% | - |
| HSV(B) | 356º | 0.2% | 0.87% | - |
| XYZ | 54.69 | 50.86 | 50.65 | - |
| YUV | 191.8 | 121.91 | 150.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 178 | 181 | 0 | 0.20 | 0.19 | 0.13 | 356 | 0.41 | 0.79 |
| Hex | DF | B2 | B5 | 0 | 14 | 13 | D | 164 | 29 | 4F |
| Octal | 337 | 262 | 265 | 0 | 24 | 23 | 15 | 544 | 51 | 117 |
| Binary | 11011111 | 10110010 | 10110101 | 0 | 10100 | 10011 | 1101 | 101100100 | 101001 | 1001111 |
Color Harmonies of #DFB2B5
Complementary color
Monochromatic Colors of #DFB2B5
Black with #DFB2B5
Text Example
Text Example
White with #DFB2B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB2B5; }
p { color: rgb(223,178,181); }
H1.HeaderClassName
{
color: #DFB2B5;
}
.AnyTagClassName
{
color: #DFB2B5;
}
</style>
background-color css
<style>
a { background-color: #DFB2B5; }
a { background-color: rgb(223,178,181); }
div.DivClassName
{
background-color: #DFB2B5;
}
.BgClassName
{
background-color: #DFB2B5;
}
</style>
border-color css
<style>
span { border-color: #DFB2B5; }
span { border-color: rgb(223,178,181); }
td.TdClassName
{
border-color: #DFB2B5;
}
.TagClassName
{
border-color: #DFB2B5;
}
</style>