Shades of Clam Shell #D0B5AB
Tints of Clam Shell #D0B5AB
RGB
CMYK
RGB Variations
Color information
#D0B5AB (or 0xD0B5AB) is known color: Clam Shell. HEX triplet: D0, B5 and AB. RGB value is (208,181,171). Sum of RGB (Red+Green+Blue) = 208+181+171=560 (74% of max value = 765). Red value is 208 (81.64% from 255 or 37.14% from 560); Green value is 181 (71.09% from 255 or 32.32% from 560); Blue value is 171 (67.19% from 255 or 30.54% from 560); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B5AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0B5AB is #2F4A54. Grayscale: #BCBCBC. Windows color (decimal): -3099221 or 11253200. OLE color: 11253200.
HSL color Cylindrical-coordinate representation of color #D0B5AB: hue angle of 16.22º 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 #D0B5AB is Cyan = 0, Magento = 0.13, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 181 | 171 | - |
| CMYK | 0 | 0.13 | 0.18 | 0.18 |
| HSL | 16.22º | 0.28% | 0.74% | - |
| HSV(B) | 16.22º | 0.18% | 0.82% | - |
| XYZ | 49.89 | 49.4 | 45.43 | - |
| YUV | 187.93 | 118.45 | 142.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 181 | 171 | 0 | 0.13 | 0.18 | 0.18 | 16.22 | 0.28 | 0.74 |
| Hex | D0 | B5 | AB | 0 | D | 12 | 12 | 10 | 1C | 4A |
| Octal | 320 | 265 | 253 | 0 | 15 | 22 | 22 | 20 | 34 | 112 |
| Binary | 11010000 | 10110101 | 10101011 | 0 | 1101 | 10010 | 10010 | 10000 | 11100 | 1001010 |
Color Harmonies of #D0B5AB
Complementary color
Monochromatic Colors of #D0B5AB
Black with #D0B5AB
Text Example
Text Example
White with #D0B5AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0B5AB; }
p { color: rgb(208,181,171); }
H1.HeaderClassName
{
color: #D0B5AB;
}
.AnyTagClassName
{
color: #D0B5AB;
}
</style>
background-color css
<style>
a { background-color: #D0B5AB; }
a { background-color: rgb(208,181,171); }
div.DivClassName
{
background-color: #D0B5AB;
}
.BgClassName
{
background-color: #D0B5AB;
}
</style>
border-color css
<style>
span { border-color: #D0B5AB; }
span { border-color: rgb(208,181,171); }
td.TdClassName
{
border-color: #D0B5AB;
}
.TagClassName
{
border-color: #D0B5AB;
}
</style>