Shades of Blossom #D1A7B4
Tints of Blossom #D1A7B4
RGB
CMYK
RGB Variations
Color information
#D1A7B4 (or 0xD1A7B4) is known color: Blossom. HEX triplet: D1, A7 and B4. RGB value is (209,167,180). Sum of RGB (Red+Green+Blue) = 209+167+180=556 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.59% from 556); Green value is 167 (65.62% from 255 or 30.04% from 556); Blue value is 180 (70.70% from 255 or 32.37% from 556); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A7B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1A7B4 is #2E584B. Grayscale: #B5B5B5. Windows color (decimal): -3037260 or 11839441. OLE color: 11839441.
HSL color Cylindrical-coordinate representation of color #D1A7B4: hue angle of 341.43º degrees, saturation: 0.31, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D1A7B4 is Cyan = 0, Magento = 0.20, Yellow = 0.14 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 167 | 180 | - |
| CMYK | 0 | 0.20 | 0.14 | 0.18 |
| HSL | 341.43º | 0.31% | 0.74% | - |
| HSV(B) | 341.43º | 0.2% | 0.82% | - |
| XYZ | 48.35 | 44.49 | 49.22 | - |
| YUV | 181.04 | 127.41 | 147.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 167 | 180 | 0 | 0.20 | 0.14 | 0.18 | 341.43 | 0.31 | 0.74 |
| Hex | D1 | A7 | B4 | 0 | 14 | E | 12 | 155 | 1F | 4A |
| Octal | 321 | 247 | 264 | 0 | 24 | 16 | 22 | 525 | 37 | 112 |
| Binary | 11010001 | 10100111 | 10110100 | 0 | 10100 | 1110 | 10010 | 101010101 | 11111 | 1001010 |
Color Harmonies of #D1A7B4
Complementary color
Monochromatic Colors of #D1A7B4
Black with #D1A7B4
Text Example
Text Example
White with #D1A7B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A7B4; }
p { color: rgb(209,167,180); }
H1.HeaderClassName
{
color: #D1A7B4;
}
.AnyTagClassName
{
color: #D1A7B4;
}
</style>
background-color css
<style>
a { background-color: #D1A7B4; }
a { background-color: rgb(209,167,180); }
div.DivClassName
{
background-color: #D1A7B4;
}
.BgClassName
{
background-color: #D1A7B4;
}
</style>
border-color css
<style>
span { border-color: #D1A7B4; }
span { border-color: rgb(209,167,180); }
td.TdClassName
{
border-color: #D1A7B4;
}
.TagClassName
{
border-color: #D1A7B4;
}
</style>