Shades of Blossom #D5ADB8
Tints of Blossom #D5ADB8
RGB
CMYK
RGB Variations
Color information
#D5ADB8 (or 0xD5ADB8) is known color: Blossom. HEX triplet: D5, AD and B8. RGB value is (213,173,184). Sum of RGB (Red+Green+Blue) = 213+173+184=570 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.37% from 570); Green value is 173 (67.97% from 255 or 30.35% from 570); Blue value is 184 (72.27% from 255 or 32.28% from 570); Max value from RGB is 213 - color contains mainly: red. Hex color #D5ADB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5ADB8 is #2A5247. Grayscale: #BABABA. Windows color (decimal): -2773576 or 12103125. OLE color: 12103125.
HSL color Cylindrical-coordinate representation of color #D5ADB8: hue angle of 343.5º degrees, saturation: 0.32, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D5ADB8 is Cyan = 0, Magento = 0.19, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 173 | 184 | - |
| CMYK | 0 | 0.19 | 0.14 | 0.16 |
| HSL | 343.5º | 0.32% | 0.76% | - |
| HSV(B) | 343.5º | 0.19% | 0.84% | - |
| XYZ | 51.04 | 47.49 | 51.82 | - |
| YUV | 186.21 | 126.75 | 147.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 173 | 184 | 0 | 0.19 | 0.14 | 0.16 | 343.5 | 0.32 | 0.76 |
| Hex | D5 | AD | B8 | 0 | 13 | E | 10 | 158 | 20 | 4C |
| Octal | 325 | 255 | 270 | 0 | 23 | 16 | 20 | 530 | 40 | 114 |
| Binary | 11010101 | 10101101 | 10111000 | 0 | 10011 | 1110 | 10000 | 101011000 | 100000 | 1001100 |
Color Harmonies of #D5ADB8
Complementary color
Monochromatic Colors of #D5ADB8
Black with #D5ADB8
Text Example
Text Example
White with #D5ADB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5ADB8; }
p { color: rgb(213,173,184); }
H1.HeaderClassName
{
color: #D5ADB8;
}
.AnyTagClassName
{
color: #D5ADB8;
}
</style>
background-color css
<style>
a { background-color: #D5ADB8; }
a { background-color: rgb(213,173,184); }
div.DivClassName
{
background-color: #D5ADB8;
}
.BgClassName
{
background-color: #D5ADB8;
}
</style>
border-color css
<style>
span { border-color: #D5ADB8; }
span { border-color: rgb(213,173,184); }
td.TdClassName
{
border-color: #D5ADB8;
}
.TagClassName
{
border-color: #D5ADB8;
}
</style>