Shades of Blossom #D1A7B5
Tints of Blossom #D1A7B5
RGB
CMYK
RGB Variations
Color information
#D1A7B5 (or 0xD1A7B5) is known color: Blossom. HEX triplet: D1, A7 and B5. RGB value is (209,167,181). Sum of RGB (Red+Green+Blue) = 209+167+181=557 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.52% from 557); Green value is 167 (65.62% from 255 or 29.98% from 557); Blue value is 181 (71.09% from 255 or 32.50% from 557); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A7B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1A7B5 is #2E584A. Grayscale: #B5B5B5. Windows color (decimal): -3037259 or 11904977. OLE color: 11904977.
HSL color Cylindrical-coordinate representation of color #D1A7B5: hue angle of 340º 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 #D1A7B5 is Cyan = 0, Magento = 0.20, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
RGB | 209 | 167 | 181 | - |
CMYK | 0 | 0.20 | 0.13 | 0.18 |
HSL | 340º | 0.31% | 0.74% | - |
HSV(B) | 340º | 0.2% | 0.82% | - |
XYZ | 48.45 | 44.53 | 49.76 | - |
YUV | 181.15 | 127.91 | 147.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 209 | 167 | 181 | 0 | 0.20 | 0.13 | 0.18 | 340 | 0.31 | 0.74 |
Hex | D1 | A7 | B5 | 0 | 14 | D | 12 | 154 | 1F | 4A |
Octal | 321 | 247 | 265 | 0 | 24 | 15 | 22 | 524 | 37 | 112 |
Binary | 11010001 | 10100111 | 10110101 | 0 | 10100 | 1101 | 10010 | 101010100 | 11111 | 1001010 |
Color Harmonies of #D1A7B5
Complementary color
Monochromatic Colors of #D1A7B5
Black with #D1A7B5
Text Example
Text Example
White with #D1A7B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A7B5; }
p { color: rgb(209,167,181); }
H1.HeaderClassName
{
color: #D1A7B5;
}
.AnyTagClassName
{
color: #D1A7B5;
}
</style>
background-color css
<style>
a { background-color: #D1A7B5; }
a { background-color: rgb(209,167,181); }
div.DivClassName
{
background-color: #D1A7B5;
}
.BgClassName
{
background-color: #D1A7B5;
}
</style>
border-color css
<style>
span { border-color: #D1A7B5; }
span { border-color: rgb(209,167,181); }
td.TdClassName
{
border-color: #D1A7B5;
}
.TagClassName
{
border-color: #D1A7B5;
}
</style>