Shades of Blossom #D4AFB8
Tints of Blossom #D4AFB8
RGB
CMYK
RGB Variations
Color information
#D4AFB8 (or 0xD4AFB8) is known color: Blossom. HEX triplet: D4, AF and B8. RGB value is (212,175,184). Sum of RGB (Red+Green+Blue) = 212+175+184=571 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.13% from 571); Green value is 175 (68.75% from 255 or 30.65% from 571); Blue value is 184 (72.27% from 255 or 32.22% from 571); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AFB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4AFB8 is #2B5047. Grayscale: #BBBBBB. Windows color (decimal): -2838600 or 12103636. OLE color: 12103636.
HSL color Cylindrical-coordinate representation of color #D4AFB8: hue angle of 345.41º degrees, saturation: 0.3, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D4AFB8 is Cyan = 0, Magento = 0.17, Yellow = 0.13 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 175 | 184 | - |
| CMYK | 0 | 0.17 | 0.13 | 0.17 |
| HSL | 345.41º | 0.3% | 0.76% | - |
| HSV(B) | 345.41º | 0.17% | 0.83% | - |
| XYZ | 51.13 | 48.12 | 51.94 | - |
| YUV | 187.09 | 126.26 | 145.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 175 | 184 | 0 | 0.17 | 0.13 | 0.17 | 345.41 | 0.3 | 0.76 |
| Hex | D4 | AF | B8 | 0 | 11 | D | 11 | 159 | 1E | 4C |
| Octal | 324 | 257 | 270 | 0 | 21 | 15 | 21 | 531 | 36 | 114 |
| Binary | 11010100 | 10101111 | 10111000 | 0 | 10001 | 1101 | 10001 | 101011001 | 11110 | 1001100 |
Color Harmonies of #D4AFB8
Complementary color
Monochromatic Colors of #D4AFB8
Black with #D4AFB8
Text Example
Text Example
White with #D4AFB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4AFB8; }
p { color: rgb(212,175,184); }
H1.HeaderClassName
{
color: #D4AFB8;
}
.AnyTagClassName
{
color: #D4AFB8;
}
</style>
background-color css
<style>
a { background-color: #D4AFB8; }
a { background-color: rgb(212,175,184); }
div.DivClassName
{
background-color: #D4AFB8;
}
.BgClassName
{
background-color: #D4AFB8;
}
</style>
border-color css
<style>
span { border-color: #D4AFB8; }
span { border-color: rgb(212,175,184); }
td.TdClassName
{
border-color: #D4AFB8;
}
.TagClassName
{
border-color: #D4AFB8;
}
</style>