Shades of Blossom #DFABB8
Tints of Blossom #DFABB8
RGB
CMYK
RGB Variations
Color information
#DFABB8 (or 0xDFABB8) is known color: Blossom. HEX triplet: DF, AB and B8. RGB value is (223,171,184). Sum of RGB (Red+Green+Blue) = 223+171+184=578 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.58% from 578); Green value is 171 (67.19% from 255 or 29.58% from 578); Blue value is 184 (72.27% from 255 or 31.83% from 578); Max value from RGB is 223 - color contains mainly: red. Hex color #DFABB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFABB8 is #205447. Grayscale: #BCBCBC. Windows color (decimal): -2118728 or 12102623. OLE color: 12102623.
HSL color Cylindrical-coordinate representation of color #DFABB8: hue angle of 345º degrees, saturation: 0.45, 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 #DFABB8 is Cyan = 0, Magento = 0.23, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 171 | 184 | - |
| CMYK | 0 | 0.23 | 0.17 | 0.13 |
| HSL | 345º | 0.45% | 0.77% | - |
| HSV(B) | 345º | 0.23% | 0.87% | - |
| XYZ | 53.65 | 48.27 | 51.84 | - |
| YUV | 188.03 | 125.73 | 152.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 171 | 184 | 0 | 0.23 | 0.17 | 0.13 | 345 | 0.45 | 0.77 |
| Hex | DF | AB | B8 | 0 | 17 | 11 | D | 159 | 2D | 4D |
| Octal | 337 | 253 | 270 | 0 | 27 | 21 | 15 | 531 | 55 | 115 |
| Binary | 11011111 | 10101011 | 10111000 | 0 | 10111 | 10001 | 1101 | 101011001 | 101101 | 1001101 |
Color Harmonies of #DFABB8
Complementary color
Monochromatic Colors of #DFABB8
Black with #DFABB8
Text Example
Text Example
White with #DFABB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFABB8; }
p { color: rgb(223,171,184); }
H1.HeaderClassName
{
color: #DFABB8;
}
.AnyTagClassName
{
color: #DFABB8;
}
</style>
background-color css
<style>
a { background-color: #DFABB8; }
a { background-color: rgb(223,171,184); }
div.DivClassName
{
background-color: #DFABB8;
}
.BgClassName
{
background-color: #DFABB8;
}
</style>
border-color css
<style>
span { border-color: #DFABB8; }
span { border-color: rgb(223,171,184); }
td.TdClassName
{
border-color: #DFABB8;
}
.TagClassName
{
border-color: #DFABB8;
}
</style>