Shades of Blossom #D8ADB4
Tints of Blossom #D8ADB4
RGB
CMYK
RGB Variations
Color information
#D8ADB4 (or 0xD8ADB4) is known color: Blossom. HEX triplet: D8, AD and B4. RGB value is (216,173,180). Sum of RGB (Red+Green+Blue) = 216+173+180=569 (75% of max value = 765). Red value is 216 (84.77% from 255 or 37.96% from 569); Green value is 173 (67.97% from 255 or 30.40% from 569); Blue value is 180 (70.70% from 255 or 31.63% from 569); Max value from RGB is 216 - color contains mainly: red. Hex color #D8ADB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8ADB4 is #27524B. Grayscale: #BABABA. Windows color (decimal): -2576972 or 11840984. OLE color: 11840984.
HSL color Cylindrical-coordinate representation of color #D8ADB4: hue angle of 350.23º 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 #D8ADB4 is Cyan = 0, Magento = 0.20, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 173 | 180 | - |
| CMYK | 0 | 0.20 | 0.17 | 0.15 |
| HSL | 350.23º | 0.36% | 0.76% | - |
| HSV(B) | 350.23º | 0.2% | 0.85% | - |
| XYZ | 51.5 | 47.78 | 49.69 | - |
| YUV | 186.66 | 124.25 | 148.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 173 | 180 | 0 | 0.20 | 0.17 | 0.15 | 350.23 | 0.36 | 0.76 |
| Hex | D8 | AD | B4 | 0 | 14 | 11 | F | 15E | 24 | 4C |
| Octal | 330 | 255 | 264 | 0 | 24 | 21 | 17 | 536 | 44 | 114 |
| Binary | 11011000 | 10101101 | 10110100 | 0 | 10100 | 10001 | 1111 | 101011110 | 100100 | 1001100 |
Color Harmonies of #D8ADB4
Complementary color
Monochromatic Colors of #D8ADB4
Black with #D8ADB4
Text Example
Text Example
White with #D8ADB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8ADB4; }
p { color: rgb(216,173,180); }
H1.HeaderClassName
{
color: #D8ADB4;
}
.AnyTagClassName
{
color: #D8ADB4;
}
</style>
background-color css
<style>
a { background-color: #D8ADB4; }
a { background-color: rgb(216,173,180); }
div.DivClassName
{
background-color: #D8ADB4;
}
.BgClassName
{
background-color: #D8ADB4;
}
</style>
border-color css
<style>
span { border-color: #D8ADB4; }
span { border-color: rgb(216,173,180); }
td.TdClassName
{
border-color: #D8ADB4;
}
.TagClassName
{
border-color: #D8ADB4;
}
</style>