Shades of Blossom #D4A8B1
Tints of Blossom #D4A8B1
RGB
CMYK
RGB Variations
Color information
#D4A8B1 (or 0xD4A8B1) is known color: Blossom. HEX triplet: D4, A8 and B1. RGB value is (212,168,177). Sum of RGB (Red+Green+Blue) = 212+168+177=557 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.06% from 557); Green value is 168 (66.02% from 255 or 30.16% from 557); Blue value is 177 (69.53% from 255 or 31.78% from 557); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A8B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4A8B1 is #2B574E. Grayscale: #B6B6B6. Windows color (decimal): -2840399 or 11643092. OLE color: 11643092.
HSL color Cylindrical-coordinate representation of color #D4A8B1: hue angle of 347.73º degrees, saturation: 0.34, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D4A8B1 is Cyan = 0, Magento = 0.21, Yellow = 0.17 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 168 | 177 | - |
| CMYK | 0 | 0.21 | 0.17 | 0.17 |
| HSL | 347.73º | 0.34% | 0.75% | - |
| HSV(B) | 347.73º | 0.21% | 0.83% | - |
| XYZ | 49.09 | 45.18 | 47.73 | - |
| YUV | 182.18 | 125.08 | 149.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 168 | 177 | 0 | 0.21 | 0.17 | 0.17 | 347.73 | 0.34 | 0.75 |
| Hex | D4 | A8 | B1 | 0 | 15 | 11 | 11 | 15C | 22 | 4B |
| Octal | 324 | 250 | 261 | 0 | 25 | 21 | 21 | 534 | 42 | 113 |
| Binary | 11010100 | 10101000 | 10110001 | 0 | 10101 | 10001 | 10001 | 101011100 | 100010 | 1001011 |
Color Harmonies of #D4A8B1
Complementary color
Monochromatic Colors of #D4A8B1
Black with #D4A8B1
Text Example
Text Example
White with #D4A8B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A8B1; }
p { color: rgb(212,168,177); }
H1.HeaderClassName
{
color: #D4A8B1;
}
.AnyTagClassName
{
color: #D4A8B1;
}
</style>
background-color css
<style>
a { background-color: #D4A8B1; }
a { background-color: rgb(212,168,177); }
div.DivClassName
{
background-color: #D4A8B1;
}
.BgClassName
{
background-color: #D4A8B1;
}
</style>
border-color css
<style>
span { border-color: #D4A8B1; }
span { border-color: rgb(212,168,177); }
td.TdClassName
{
border-color: #D4A8B1;
}
.TagClassName
{
border-color: #D4A8B1;
}
</style>