Shades of Blossom #D5AFB8
Tints of Blossom #D5AFB8
RGB
CMYK
RGB Variations
Color information
#D5AFB8 (or 0xD5AFB8) is known color: Blossom. HEX triplet: D5, AF and B8. RGB value is (213,175,184). Sum of RGB (Red+Green+Blue) = 213+175+184=572 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.24% from 572); Green value is 175 (68.75% from 255 or 30.59% from 572); Blue value is 184 (72.27% from 255 or 32.17% from 572); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AFB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5AFB8 is #2A5047. Grayscale: #BBBBBB. Windows color (decimal): -2773064 or 12103637. OLE color: 12103637.
HSL color Cylindrical-coordinate representation of color #D5AFB8: hue angle of 345.79º degrees, saturation: 0.31, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D5AFB8 is Cyan = 0, Magento = 0.18, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 175 | 184 | - |
| CMYK | 0 | 0.18 | 0.14 | 0.16 |
| HSL | 345.79º | 0.31% | 0.76% | - |
| HSV(B) | 345.79º | 0.18% | 0.84% | - |
| XYZ | 51.42 | 48.27 | 51.95 | - |
| YUV | 187.39 | 126.09 | 146.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 175 | 184 | 0 | 0.18 | 0.14 | 0.16 | 345.79 | 0.31 | 0.76 |
| Hex | D5 | AF | B8 | 0 | 12 | E | 10 | 15A | 1F | 4C |
| Octal | 325 | 257 | 270 | 0 | 22 | 16 | 20 | 532 | 37 | 114 |
| Binary | 11010101 | 10101111 | 10111000 | 0 | 10010 | 1110 | 10000 | 101011010 | 11111 | 1001100 |
Color Harmonies of #D5AFB8
Complementary color
Monochromatic Colors of #D5AFB8
Black with #D5AFB8
Text Example
Text Example
White with #D5AFB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5AFB8; }
p { color: rgb(213,175,184); }
H1.HeaderClassName
{
color: #D5AFB8;
}
.AnyTagClassName
{
color: #D5AFB8;
}
</style>
background-color css
<style>
a { background-color: #D5AFB8; }
a { background-color: rgb(213,175,184); }
div.DivClassName
{
background-color: #D5AFB8;
}
.BgClassName
{
background-color: #D5AFB8;
}
</style>
border-color css
<style>
span { border-color: #D5AFB8; }
span { border-color: rgb(213,175,184); }
td.TdClassName
{
border-color: #D5AFB8;
}
.TagClassName
{
border-color: #D5AFB8;
}
</style>