Shades of Blossom #D7AFB9
Tints of Blossom #D7AFB9
RGB
CMYK
RGB Variations
Color information
#D7AFB9 (or 0xD7AFB9) is known color: Blossom. HEX triplet: D7, AF and B9. RGB value is (215,175,185). Sum of RGB (Red+Green+Blue) = 215+175+185=575 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.39% from 575); Green value is 175 (68.75% from 255 or 30.43% from 575); Blue value is 185 (72.66% from 255 or 32.17% from 575); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AFB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7AFB9 is #285046. Grayscale: #BCBCBC. Windows color (decimal): -2641991 or 12169175. OLE color: 12169175.
HSL color Cylindrical-coordinate representation of color #D7AFB9: hue angle of 345º 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 #D7AFB9 is Cyan = 0, Magento = 0.19, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 175 | 185 | - |
| CMYK | 0 | 0.19 | 0.14 | 0.16 |
| HSL | 345º | 0.33% | 0.76% | - |
| HSV(B) | 345º | 0.19% | 0.84% | - |
| XYZ | 52.11 | 48.61 | 52.54 | - |
| YUV | 188.1 | 126.25 | 147.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 175 | 185 | 0 | 0.19 | 0.14 | 0.16 | 345 | 0.33 | 0.76 |
| Hex | D7 | AF | B9 | 0 | 13 | E | 10 | 159 | 21 | 4C |
| Octal | 327 | 257 | 271 | 0 | 23 | 16 | 20 | 531 | 41 | 114 |
| Binary | 11010111 | 10101111 | 10111001 | 0 | 10011 | 1110 | 10000 | 101011001 | 100001 | 1001100 |
Color Harmonies of #D7AFB9
Complementary color
Monochromatic Colors of #D7AFB9
Black with #D7AFB9
Text Example
Text Example
White with #D7AFB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7AFB9; }
p { color: rgb(215,175,185); }
H1.HeaderClassName
{
color: #D7AFB9;
}
.AnyTagClassName
{
color: #D7AFB9;
}
</style>
background-color css
<style>
a { background-color: #D7AFB9; }
a { background-color: rgb(215,175,185); }
div.DivClassName
{
background-color: #D7AFB9;
}
.BgClassName
{
background-color: #D7AFB9;
}
</style>
border-color css
<style>
span { border-color: #D7AFB9; }
span { border-color: rgb(215,175,185); }
td.TdClassName
{
border-color: #D7AFB9;
}
.TagClassName
{
border-color: #D7AFB9;
}
</style>