Shades of Blossom #D8ADB3
Tints of Blossom #D8ADB3
RGB
CMYK
RGB Variations
Color information
#D8ADB3 (or 0xD8ADB3) is known color: Blossom. HEX triplet: D8, AD and B3. RGB value is (216,173,179). Sum of RGB (Red+Green+Blue) = 216+173+179=568 (75% of max value = 765). Red value is 216 (84.77% from 255 or 38.03% from 568); Green value is 173 (67.97% from 255 or 30.46% from 568); Blue value is 179 (70.31% from 255 or 31.51% from 568); Max value from RGB is 216 - color contains mainly: red. Hex color #D8ADB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8ADB3 is #27524C. Grayscale: #BABABA. Windows color (decimal): -2576973 or 11775448. OLE color: 11775448.
HSL color Cylindrical-coordinate representation of color #D8ADB3: hue angle of 351.63º 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 #D8ADB3 is Cyan = 0, Magento = 0.20, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 173 | 179 | - |
| CMYK | 0 | 0.20 | 0.17 | 0.15 |
| HSL | 351.63º | 0.36% | 0.76% | - |
| HSV(B) | 351.63º | 0.2% | 0.85% | - |
| XYZ | 51.4 | 47.74 | 49.15 | - |
| YUV | 186.54 | 123.75 | 149.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 173 | 179 | 0 | 0.20 | 0.17 | 0.15 | 351.63 | 0.36 | 0.76 |
| Hex | D8 | AD | B3 | 0 | 14 | 11 | F | 160 | 24 | 4C |
| Octal | 330 | 255 | 263 | 0 | 24 | 21 | 17 | 540 | 44 | 114 |
| Binary | 11011000 | 10101101 | 10110011 | 0 | 10100 | 10001 | 1111 | 101100000 | 100100 | 1001100 |
Color Harmonies of #D8ADB3
Complementary color
Monochromatic Colors of #D8ADB3
Black with #D8ADB3
Text Example
Text Example
White with #D8ADB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8ADB3; }
p { color: rgb(216,173,179); }
H1.HeaderClassName
{
color: #D8ADB3;
}
.AnyTagClassName
{
color: #D8ADB3;
}
</style>
background-color css
<style>
a { background-color: #D8ADB3; }
a { background-color: rgb(216,173,179); }
div.DivClassName
{
background-color: #D8ADB3;
}
.BgClassName
{
background-color: #D8ADB3;
}
</style>
border-color css
<style>
span { border-color: #D8ADB3; }
span { border-color: rgb(216,173,179); }
td.TdClassName
{
border-color: #D8ADB3;
}
.TagClassName
{
border-color: #D8ADB3;
}
</style>