Shades of Blossom #D7A8B2
Tints of Blossom #D7A8B2
RGB
CMYK
RGB Variations
Color information
#D7A8B2 (or 0xD7A8B2) is known color: Blossom. HEX triplet: D7, A8 and B2. RGB value is (215,168,178). Sum of RGB (Red+Green+Blue) = 215+168+178=561 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.32% from 561); Green value is 168 (66.02% from 255 or 29.95% from 561); Blue value is 178 (69.92% from 255 or 31.73% from 561); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A8B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7A8B2 is #28574D. Grayscale: #B7B7B7. Windows color (decimal): -2643790 or 11708631. OLE color: 11708631.
HSL color Cylindrical-coordinate representation of color #D7A8B2: hue angle of 347.23º degrees, saturation: 0.37, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D7A8B2 is Cyan = 0, Magento = 0.22, Yellow = 0.17 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 168 | 178 | - |
| CMYK | 0 | 0.22 | 0.17 | 0.16 |
| HSL | 347.23º | 0.37% | 0.75% | - |
| HSV(B) | 347.23º | 0.22% | 0.84% | - |
| XYZ | 50.06 | 45.67 | 48.3 | - |
| YUV | 183.19 | 125.07 | 150.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 168 | 178 | 0 | 0.22 | 0.17 | 0.16 | 347.23 | 0.37 | 0.75 |
| Hex | D7 | A8 | B2 | 0 | 16 | 11 | 10 | 15B | 25 | 4B |
| Octal | 327 | 250 | 262 | 0 | 26 | 21 | 20 | 533 | 45 | 113 |
| Binary | 11010111 | 10101000 | 10110010 | 0 | 10110 | 10001 | 10000 | 101011011 | 100101 | 1001011 |
Color Harmonies of #D7A8B2
Complementary color
Monochromatic Colors of #D7A8B2
Black with #D7A8B2
Text Example
Text Example
White with #D7A8B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7A8B2; }
p { color: rgb(215,168,178); }
H1.HeaderClassName
{
color: #D7A8B2;
}
.AnyTagClassName
{
color: #D7A8B2;
}
</style>
background-color css
<style>
a { background-color: #D7A8B2; }
a { background-color: rgb(215,168,178); }
div.DivClassName
{
background-color: #D7A8B2;
}
.BgClassName
{
background-color: #D7A8B2;
}
</style>
border-color css
<style>
span { border-color: #D7A8B2; }
span { border-color: rgb(215,168,178); }
td.TdClassName
{
border-color: #D7A8B2;
}
.TagClassName
{
border-color: #D7A8B2;
}
</style>