Shades of Blossom #DAB4BB
Tints of Blossom #DAB4BB
RGB
CMYK
RGB Variations
Color information
#DAB4BB (or 0xDAB4BB) is known color: Blossom. HEX triplet: DA, B4 and BB. RGB value is (218,180,187). Sum of RGB (Red+Green+Blue) = 218+180+187=585 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.26% from 585); Green value is 180 (70.70% from 255 or 30.77% from 585); Blue value is 187 (73.44% from 255 or 31.97% from 585); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB4BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAB4BB is #254B44. Grayscale: #C0C0C0. Windows color (decimal): -2444101 or 12301530. OLE color: 12301530.
HSL color Cylindrical-coordinate representation of color #DAB4BB: hue angle of 348.95º degrees, saturation: 0.34, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DAB4BB is Cyan = 0, Magento = 0.17, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 180 | 187 | - |
| CMYK | 0 | 0.17 | 0.14 | 0.15 |
| HSL | 348.95º | 0.34% | 0.78% | - |
| HSV(B) | 348.95º | 0.17% | 0.85% | - |
| XYZ | 54.2 | 51.14 | 54.03 | - |
| YUV | 192.16 | 125.09 | 146.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 180 | 187 | 0 | 0.17 | 0.14 | 0.15 | 348.95 | 0.34 | 0.78 |
| Hex | DA | B4 | BB | 0 | 11 | E | F | 15D | 22 | 4E |
| Octal | 332 | 264 | 273 | 0 | 21 | 16 | 17 | 535 | 42 | 116 |
| Binary | 11011010 | 10110100 | 10111011 | 0 | 10001 | 1110 | 1111 | 101011101 | 100010 | 1001110 |
Color Harmonies of #DAB4BB
Complementary color
Monochromatic Colors of #DAB4BB
Black with #DAB4BB
Text Example
Text Example
White with #DAB4BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB4BB; }
p { color: rgb(218,180,187); }
H1.HeaderClassName
{
color: #DAB4BB;
}
.AnyTagClassName
{
color: #DAB4BB;
}
</style>
background-color css
<style>
a { background-color: #DAB4BB; }
a { background-color: rgb(218,180,187); }
div.DivClassName
{
background-color: #DAB4BB;
}
.BgClassName
{
background-color: #DAB4BB;
}
</style>
border-color css
<style>
span { border-color: #DAB4BB; }
span { border-color: rgb(218,180,187); }
td.TdClassName
{
border-color: #DAB4BB;
}
.TagClassName
{
border-color: #DAB4BB;
}
</style>