Shades of Blossom #DAB0B8
Tints of Blossom #DAB0B8
RGB
CMYK
RGB Variations
Color information
#DAB0B8 (or 0xDAB0B8) is known color: Blossom. HEX triplet: DA, B0 and B8. RGB value is (218,176,184). Sum of RGB (Red+Green+Blue) = 218+176+184=578 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.72% from 578); Green value is 176 (69.14% from 255 or 30.45% from 578); Blue value is 184 (72.27% from 255 or 31.83% from 578); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB0B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAB0B8 is #254F47. Grayscale: #BDBDBD. Windows color (decimal): -2445128 or 12103898. OLE color: 12103898.
HSL color Cylindrical-coordinate representation of color #DAB0B8: hue angle of 348.57º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DAB0B8 is Cyan = 0, Magento = 0.19, Yellow = 0.16 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 176 | 184 | - |
| CMYK | 0 | 0.19 | 0.16 | 0.15 |
| HSL | 348.57º | 0.36% | 0.77% | - |
| HSV(B) | 348.57º | 0.19% | 0.85% | - |
| XYZ | 53.09 | 49.42 | 52.09 | - |
| YUV | 189.47 | 124.91 | 148.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 176 | 184 | 0 | 0.19 | 0.16 | 0.15 | 348.57 | 0.36 | 0.77 |
| Hex | DA | B0 | B8 | 0 | 13 | 10 | F | 15D | 24 | 4D |
| Octal | 332 | 260 | 270 | 0 | 23 | 20 | 17 | 535 | 44 | 115 |
| Binary | 11011010 | 10110000 | 10111000 | 0 | 10011 | 10000 | 1111 | 101011101 | 100100 | 1001101 |
Color Harmonies of #DAB0B8
Complementary color
Monochromatic Colors of #DAB0B8
Black with #DAB0B8
Text Example
Text Example
White with #DAB0B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB0B8; }
p { color: rgb(218,176,184); }
H1.HeaderClassName
{
color: #DAB0B8;
}
.AnyTagClassName
{
color: #DAB0B8;
}
</style>
background-color css
<style>
a { background-color: #DAB0B8; }
a { background-color: rgb(218,176,184); }
div.DivClassName
{
background-color: #DAB0B8;
}
.BgClassName
{
background-color: #DAB0B8;
}
</style>
border-color css
<style>
span { border-color: #DAB0B8; }
span { border-color: rgb(218,176,184); }
td.TdClassName
{
border-color: #DAB0B8;
}
.TagClassName
{
border-color: #DAB0B8;
}
</style>