Shades of Clam Shell #D9B0A8
Tints of Clam Shell #D9B0A8
RGB
CMYK
RGB Variations
Color information
#D9B0A8 (or 0xD9B0A8) is known color: Clam Shell. HEX triplet: D9, B0 and A8. RGB value is (217,176,168). Sum of RGB (Red+Green+Blue) = 217+176+168=561 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.68% from 561); Green value is 176 (69.14% from 255 or 31.37% from 561); Blue value is 168 (66.02% from 255 or 29.95% from 561); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B0A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9B0A8 is #264F57. Grayscale: #BBBBBB. Windows color (decimal): -2510680 or 11055321. OLE color: 11055321.
HSL color Cylindrical-coordinate representation of color #D9B0A8: hue angle of 9.8º degrees, saturation: 0.39, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D9B0A8 is Cyan = 0, Magento = 0.19, Yellow = 0.23 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 176 | 168 | - |
| CMYK | 0 | 0.19 | 0.23 | 0.15 |
| HSL | 9.8º | 0.39% | 0.75% | - |
| HSV(B) | 9.8º | 0.23% | 0.85% | - |
| XYZ | 51.21 | 48.63 | 43.73 | - |
| YUV | 187.35 | 117.08 | 149.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 176 | 168 | 0 | 0.19 | 0.23 | 0.15 | 9.8 | 0.39 | 0.75 |
| Hex | D9 | B0 | A8 | 0 | 13 | 17 | F | A | 27 | 4B |
| Octal | 331 | 260 | 250 | 0 | 23 | 27 | 17 | 12 | 47 | 113 |
| Binary | 11011001 | 10110000 | 10101000 | 0 | 10011 | 10111 | 1111 | 1010 | 100111 | 1001011 |
Color Harmonies of #D9B0A8
Complementary color
Monochromatic Colors of #D9B0A8
Black with #D9B0A8
Text Example
Text Example
White with #D9B0A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9B0A8; }
p { color: rgb(217,176,168); }
H1.HeaderClassName
{
color: #D9B0A8;
}
.AnyTagClassName
{
color: #D9B0A8;
}
</style>
background-color css
<style>
a { background-color: #D9B0A8; }
a { background-color: rgb(217,176,168); }
div.DivClassName
{
background-color: #D9B0A8;
}
.BgClassName
{
background-color: #D9B0A8;
}
</style>
border-color css
<style>
span { border-color: #D9B0A8; }
span { border-color: rgb(217,176,168); }
td.TdClassName
{
border-color: #D9B0A8;
}
.TagClassName
{
border-color: #D9B0A8;
}
</style>