Shades of Clam Shell #D0B2AB
Tints of Clam Shell #D0B2AB
RGB
CMYK
RGB Variations
Color information
#D0B2AB (or 0xD0B2AB) is known color: Clam Shell. HEX triplet: D0, B2 and AB. RGB value is (208,178,171). Sum of RGB (Red+Green+Blue) = 208+178+171=557 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.34% from 557); Green value is 178 (69.92% from 255 or 31.96% from 557); Blue value is 171 (67.19% from 255 or 30.70% from 557); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B2AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0B2AB is #2F4D54. Grayscale: #BABABA. Windows color (decimal): -3099989 or 11252432. OLE color: 11252432.
HSL color Cylindrical-coordinate representation of color #D0B2AB: hue angle of 11.35º 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 #D0B2AB is Cyan = 0, Magento = 0.14, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 178 | 171 | - |
| CMYK | 0 | 0.14 | 0.18 | 0.18 |
| HSL | 11.35º | 0.28% | 0.74% | - |
| HSV(B) | 11.35º | 0.18% | 0.82% | - |
| XYZ | 49.28 | 48.19 | 45.23 | - |
| YUV | 186.17 | 119.44 | 143.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 178 | 171 | 0 | 0.14 | 0.18 | 0.18 | 11.35 | 0.28 | 0.74 |
| Hex | D0 | B2 | AB | 0 | E | 12 | 12 | B | 1C | 4A |
| Octal | 320 | 262 | 253 | 0 | 16 | 22 | 22 | 13 | 34 | 112 |
| Binary | 11010000 | 10110010 | 10101011 | 0 | 1110 | 10010 | 10010 | 1011 | 11100 | 1001010 |
Color Harmonies of #D0B2AB
Complementary color
Monochromatic Colors of #D0B2AB
Black with #D0B2AB
Text Example
Text Example
White with #D0B2AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0B2AB; }
p { color: rgb(208,178,171); }
H1.HeaderClassName
{
color: #D0B2AB;
}
.AnyTagClassName
{
color: #D0B2AB;
}
</style>
background-color css
<style>
a { background-color: #D0B2AB; }
a { background-color: rgb(208,178,171); }
div.DivClassName
{
background-color: #D0B2AB;
}
.BgClassName
{
background-color: #D0B2AB;
}
</style>
border-color css
<style>
span { border-color: #D0B2AB; }
span { border-color: rgb(208,178,171); }
td.TdClassName
{
border-color: #D0B2AB;
}
.TagClassName
{
border-color: #D0B2AB;
}
</style>