Shades of Blossom #D6ADB8
Tints of Blossom #D6ADB8
RGB
CMYK
RGB Variations
Color information
#D6ADB8 (or 0xD6ADB8) is known color: Blossom. HEX triplet: D6, AD and B8. RGB value is (214,173,184). Sum of RGB (Red+Green+Blue) = 214+173+184=571 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.48% from 571); Green value is 173 (67.97% from 255 or 30.30% from 571); Blue value is 184 (72.27% from 255 or 32.22% from 571); Max value from RGB is 214 - color contains mainly: red. Hex color #D6ADB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6ADB8 is #295247. Grayscale: #BABABA. Windows color (decimal): -2708040 or 12103126. OLE color: 12103126.
HSL color Cylindrical-coordinate representation of color #D6ADB8: hue angle of 343.9º degrees, saturation: 0.33, 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 #D6ADB8 is Cyan = 0, Magento = 0.19, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 173 | 184 | - |
| CMYK | 0 | 0.19 | 0.14 | 0.16 |
| HSL | 343.9º | 0.33% | 0.76% | - |
| HSV(B) | 343.9º | 0.19% | 0.84% | - |
| XYZ | 51.33 | 47.64 | 51.84 | - |
| YUV | 186.51 | 126.58 | 147.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 173 | 184 | 0 | 0.19 | 0.14 | 0.16 | 343.9 | 0.33 | 0.76 |
| Hex | D6 | AD | B8 | 0 | 13 | E | 10 | 158 | 21 | 4C |
| Octal | 326 | 255 | 270 | 0 | 23 | 16 | 20 | 530 | 41 | 114 |
| Binary | 11010110 | 10101101 | 10111000 | 0 | 10011 | 1110 | 10000 | 101011000 | 100001 | 1001100 |
Color Harmonies of #D6ADB8
Complementary color
Monochromatic Colors of #D6ADB8
Black with #D6ADB8
Text Example
Text Example
White with #D6ADB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6ADB8; }
p { color: rgb(214,173,184); }
H1.HeaderClassName
{
color: #D6ADB8;
}
.AnyTagClassName
{
color: #D6ADB8;
}
</style>
background-color css
<style>
a { background-color: #D6ADB8; }
a { background-color: rgb(214,173,184); }
div.DivClassName
{
background-color: #D6ADB8;
}
.BgClassName
{
background-color: #D6ADB8;
}
</style>
border-color css
<style>
span { border-color: #D6ADB8; }
span { border-color: rgb(214,173,184); }
td.TdClassName
{
border-color: #D6ADB8;
}
.TagClassName
{
border-color: #D6ADB8;
}
</style>