Shades of Clam Shell #D0B1A7
Tints of Clam Shell #D0B1A7
RGB
CMYK
RGB Variations
Color information
#D0B1A7 (or 0xD0B1A7) is known color: Clam Shell. HEX triplet: D0, B1 and A7. RGB value is (208,177,167). Sum of RGB (Red+Green+Blue) = 208+177+167=552 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.68% from 552); Green value is 177 (69.53% from 255 or 32.07% from 552); Blue value is 167 (65.62% from 255 or 30.25% from 552); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B1A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0B1A7 is #2F4E58. Grayscale: #B9B9B9. Windows color (decimal): -3100249 or 10990032. OLE color: 10990032.
HSL color Cylindrical-coordinate representation of color #D0B1A7: hue angle of 14.63º degrees, saturation: 0.3, 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 #D0B1A7 is Cyan = 0, Magento = 0.15, Yellow = 0.20 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 177 | 167 | - |
| CMYK | 0 | 0.15 | 0.20 | 0.18 |
| HSL | 14.63º | 0.3% | 0.74% | - |
| HSV(B) | 14.63º | 0.2% | 0.82% | - |
| XYZ | 48.71 | 47.64 | 43.19 | - |
| YUV | 185.13 | 117.77 | 144.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 177 | 167 | 0 | 0.15 | 0.20 | 0.18 | 14.63 | 0.3 | 0.74 |
| Hex | D0 | B1 | A7 | 0 | F | 14 | 12 | F | 1E | 4A |
| Octal | 320 | 261 | 247 | 0 | 17 | 24 | 22 | 17 | 36 | 112 |
| Binary | 11010000 | 10110001 | 10100111 | 0 | 1111 | 10100 | 10010 | 1111 | 11110 | 1001010 |
Color Harmonies of #D0B1A7
Complementary color
Monochromatic Colors of #D0B1A7
Black with #D0B1A7
Text Example
Text Example
White with #D0B1A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0B1A7; }
p { color: rgb(208,177,167); }
H1.HeaderClassName
{
color: #D0B1A7;
}
.AnyTagClassName
{
color: #D0B1A7;
}
</style>
background-color css
<style>
a { background-color: #D0B1A7; }
a { background-color: rgb(208,177,167); }
div.DivClassName
{
background-color: #D0B1A7;
}
.BgClassName
{
background-color: #D0B1A7;
}
</style>
border-color css
<style>
span { border-color: #D0B1A7; }
span { border-color: rgb(208,177,167); }
td.TdClassName
{
border-color: #D0B1A7;
}
.TagClassName
{
border-color: #D0B1A7;
}
</style>