Shades of Clam Shell #D0B4AB
Tints of Clam Shell #D0B4AB
RGB
CMYK
RGB Variations
Color information
#D0B4AB (or 0xD0B4AB) is known color: Clam Shell. HEX triplet: D0, B4 and AB. RGB value is (208,180,171). Sum of RGB (Red+Green+Blue) = 208+180+171=559 (74% of max value = 765). Red value is 208 (81.64% from 255 or 37.21% from 559); Green value is 180 (70.70% from 255 or 32.20% from 559); Blue value is 171 (67.19% from 255 or 30.59% from 559); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B4AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0B4AB is #2F4B54. Grayscale: #BBBBBB. Windows color (decimal): -3099477 or 11252944. OLE color: 11252944.
HSL color Cylindrical-coordinate representation of color #D0B4AB: hue angle of 14.59º degrees, saturation: 0.28, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D0B4AB is Cyan = 0, Magento = 0.13, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 180 | 171 | - |
| CMYK | 0 | 0.13 | 0.18 | 0.18 |
| HSL | 14.59º | 0.28% | 0.74% | - |
| HSV(B) | 14.59º | 0.18% | 0.82% | - |
| XYZ | 49.68 | 48.99 | 45.37 | - |
| YUV | 187.35 | 118.78 | 142.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 180 | 171 | 0 | 0.13 | 0.18 | 0.18 | 14.59 | 0.28 | 0.74 |
| Hex | D0 | B4 | AB | 0 | D | 12 | 12 | F | 1C | 4A |
| Octal | 320 | 264 | 253 | 0 | 15 | 22 | 22 | 17 | 34 | 112 |
| Binary | 11010000 | 10110100 | 10101011 | 0 | 1101 | 10010 | 10010 | 1111 | 11100 | 1001010 |
Color Harmonies of #D0B4AB
Complementary color
Monochromatic Colors of #D0B4AB
Black with #D0B4AB
Text Example
Text Example
White with #D0B4AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0B4AB; }
p { color: rgb(208,180,171); }
H1.HeaderClassName
{
color: #D0B4AB;
}
.AnyTagClassName
{
color: #D0B4AB;
}
</style>
background-color css
<style>
a { background-color: #D0B4AB; }
a { background-color: rgb(208,180,171); }
div.DivClassName
{
background-color: #D0B4AB;
}
.BgClassName
{
background-color: #D0B4AB;
}
</style>
border-color css
<style>
span { border-color: #D0B4AB; }
span { border-color: rgb(208,180,171); }
td.TdClassName
{
border-color: #D0B4AB;
}
.TagClassName
{
border-color: #D0B4AB;
}
</style>