Shades of Clam Shell #D7B1A9
Tints of Clam Shell #D7B1A9
RGB
CMYK
RGB Variations
Color information
#D7B1A9 (or 0xD7B1A9) is known color: Clam Shell. HEX triplet: D7, B1 and A9. RGB value is (215,177,169). Sum of RGB (Red+Green+Blue) = 215+177+169=561 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.32% from 561); Green value is 177 (69.53% from 255 or 31.55% from 561); Blue value is 169 (66.41% from 255 or 30.12% from 561); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B1A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7B1A9 is #284E56. Grayscale: #BBBBBB. Windows color (decimal): -2641495 or 11121111. OLE color: 11121111.
HSL color Cylindrical-coordinate representation of color #D7B1A9: hue angle of 10.43º degrees, saturation: 0.37, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D7B1A9 is Cyan = 0, Magento = 0.18, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 177 | 169 | - |
| CMYK | 0 | 0.18 | 0.21 | 0.16 |
| HSL | 10.43º | 0.37% | 0.75% | - |
| HSV(B) | 10.43º | 0.21% | 0.84% | - |
| XYZ | 50.91 | 48.76 | 44.26 | - |
| YUV | 187.45 | 117.59 | 147.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 177 | 169 | 0 | 0.18 | 0.21 | 0.16 | 10.43 | 0.37 | 0.75 |
| Hex | D7 | B1 | A9 | 0 | 12 | 15 | 10 | A | 25 | 4B |
| Octal | 327 | 261 | 251 | 0 | 22 | 25 | 20 | 12 | 45 | 113 |
| Binary | 11010111 | 10110001 | 10101001 | 0 | 10010 | 10101 | 10000 | 1010 | 100101 | 1001011 |
Color Harmonies of #D7B1A9
Complementary color
Monochromatic Colors of #D7B1A9
Black with #D7B1A9
Text Example
Text Example
White with #D7B1A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7B1A9; }
p { color: rgb(215,177,169); }
H1.HeaderClassName
{
color: #D7B1A9;
}
.AnyTagClassName
{
color: #D7B1A9;
}
</style>
background-color css
<style>
a { background-color: #D7B1A9; }
a { background-color: rgb(215,177,169); }
div.DivClassName
{
background-color: #D7B1A9;
}
.BgClassName
{
background-color: #D7B1A9;
}
</style>
border-color css
<style>
span { border-color: #D7B1A9; }
span { border-color: rgb(215,177,169); }
td.TdClassName
{
border-color: #D7B1A9;
}
.TagClassName
{
border-color: #D7B1A9;
}
</style>