Shades of Blossom #D8ADB8
Tints of Blossom #D8ADB8
RGB
CMYK
RGB Variations
Color information
#D8ADB8 (or 0xD8ADB8) is known color: Blossom. HEX triplet: D8, AD and B8. RGB value is (216,173,184). Sum of RGB (Red+Green+Blue) = 216+173+184=573 (75% of max value = 765). Red value is 216 (84.77% from 255 or 37.70% from 573); Green value is 173 (67.97% from 255 or 30.19% from 573); Blue value is 184 (72.27% from 255 or 32.11% from 573); Max value from RGB is 216 - color contains mainly: red. Hex color #D8ADB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8ADB8 is #275247. Grayscale: #BBBBBB. Windows color (decimal): -2576968 or 12103128. OLE color: 12103128.
HSL color Cylindrical-coordinate representation of color #D8ADB8: hue angle of 344.65º degrees, saturation: 0.36, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D8ADB8 is Cyan = 0, Magento = 0.20, Yellow = 0.15 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 173 | 184 | - |
| CMYK | 0 | 0.20 | 0.15 | 0.15 |
| HSL | 344.65º | 0.36% | 0.76% | - |
| HSV(B) | 344.65º | 0.2% | 0.85% | - |
| XYZ | 51.91 | 47.95 | 51.87 | - |
| YUV | 187.11 | 126.25 | 148.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 173 | 184 | 0 | 0.20 | 0.15 | 0.15 | 344.65 | 0.36 | 0.76 |
| Hex | D8 | AD | B8 | 0 | 14 | F | F | 159 | 24 | 4C |
| Octal | 330 | 255 | 270 | 0 | 24 | 17 | 17 | 531 | 44 | 114 |
| Binary | 11011000 | 10101101 | 10111000 | 0 | 10100 | 1111 | 1111 | 101011001 | 100100 | 1001100 |
Color Harmonies of #D8ADB8
Complementary color
Monochromatic Colors of #D8ADB8
Black with #D8ADB8
Text Example
Text Example
White with #D8ADB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8ADB8; }
p { color: rgb(216,173,184); }
H1.HeaderClassName
{
color: #D8ADB8;
}
.AnyTagClassName
{
color: #D8ADB8;
}
</style>
background-color css
<style>
a { background-color: #D8ADB8; }
a { background-color: rgb(216,173,184); }
div.DivClassName
{
background-color: #D8ADB8;
}
.BgClassName
{
background-color: #D8ADB8;
}
</style>
border-color css
<style>
span { border-color: #D8ADB8; }
span { border-color: rgb(216,173,184); }
td.TdClassName
{
border-color: #D8ADB8;
}
.TagClassName
{
border-color: #D8ADB8;
}
</style>