Shades of Blossom #D1AFB8
Tints of Blossom #D1AFB8
RGB
CMYK
RGB Variations
Color information
#D1AFB8 (or 0xD1AFB8) is known color: Blossom. HEX triplet: D1, AF and B8. RGB value is (209,175,184). Sum of RGB (Red+Green+Blue) = 209+175+184=568 (75% of max value = 765). Red value is 209 (82.03% from 255 or 36.80% from 568); Green value is 175 (68.75% from 255 or 30.81% from 568); Blue value is 184 (72.27% from 255 or 32.39% from 568); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AFB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1AFB8 is #2E5047. Grayscale: #BABABA. Windows color (decimal): -3035208 or 12103633. OLE color: 12103633.
HSL color Cylindrical-coordinate representation of color #D1AFB8: hue angle of 344.12º degrees, saturation: 0.27, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D1AFB8 is Cyan = 0, Magento = 0.16, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 175 | 184 | - |
| CMYK | 0 | 0.16 | 0.12 | 0.18 |
| HSL | 344.12º | 0.27% | 0.75% | - |
| HSV(B) | 344.12º | 0.16% | 0.82% | - |
| XYZ | 50.28 | 47.68 | 51.9 | - |
| YUV | 186.19 | 126.76 | 144.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 175 | 184 | 0 | 0.16 | 0.12 | 0.18 | 344.12 | 0.27 | 0.75 |
| Hex | D1 | AF | B8 | 0 | 10 | C | 12 | 158 | 1B | 4B |
| Octal | 321 | 257 | 270 | 0 | 20 | 14 | 22 | 530 | 33 | 113 |
| Binary | 11010001 | 10101111 | 10111000 | 0 | 10000 | 1100 | 10010 | 101011000 | 11011 | 1001011 |
Color Harmonies of #D1AFB8
Complementary color
Monochromatic Colors of #D1AFB8
Black with #D1AFB8
Text Example
Text Example
White with #D1AFB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1AFB8; }
p { color: rgb(209,175,184); }
H1.HeaderClassName
{
color: #D1AFB8;
}
.AnyTagClassName
{
color: #D1AFB8;
}
</style>
background-color css
<style>
a { background-color: #D1AFB8; }
a { background-color: rgb(209,175,184); }
div.DivClassName
{
background-color: #D1AFB8;
}
.BgClassName
{
background-color: #D1AFB8;
}
</style>
border-color css
<style>
span { border-color: #D1AFB8; }
span { border-color: rgb(209,175,184); }
td.TdClassName
{
border-color: #D1AFB8;
}
.TagClassName
{
border-color: #D1AFB8;
}
</style>