Shades of Clam Shell #D2B2AB
Tints of Clam Shell #D2B2AB
RGB
CMYK
RGB Variations
Color information
#D2B2AB (or 0xD2B2AB) is known color: Clam Shell. HEX triplet: D2, B2 and AB. RGB value is (210,178,171). Sum of RGB (Red+Green+Blue) = 210+178+171=559 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.57% from 559); Green value is 178 (69.92% from 255 or 31.84% from 559); Blue value is 171 (67.19% from 255 or 30.59% from 559); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B2AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2B2AB is #2D4D54. Grayscale: #BABABA. Windows color (decimal): -2968917 or 11252434. OLE color: 11252434.
HSL color Cylindrical-coordinate representation of color #D2B2AB: hue angle of 10.77º degrees, saturation: 0.3, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D2B2AB is Cyan = 0, Magento = 0.15, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 178 | 171 | - |
| CMYK | 0 | 0.15 | 0.19 | 0.18 |
| HSL | 10.77º | 0.3% | 0.75% | - |
| HSV(B) | 10.77º | 0.19% | 0.82% | - |
| XYZ | 49.85 | 48.48 | 45.26 | - |
| YUV | 186.77 | 119.1 | 144.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 178 | 171 | 0 | 0.15 | 0.19 | 0.18 | 10.77 | 0.3 | 0.75 |
| Hex | D2 | B2 | AB | 0 | F | 13 | 12 | B | 1E | 4B |
| Octal | 322 | 262 | 253 | 0 | 17 | 23 | 22 | 13 | 36 | 113 |
| Binary | 11010010 | 10110010 | 10101011 | 0 | 1111 | 10011 | 10010 | 1011 | 11110 | 1001011 |
Color Harmonies of #D2B2AB
Complementary color
Monochromatic Colors of #D2B2AB
Black with #D2B2AB
Text Example
Text Example
White with #D2B2AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B2AB; }
p { color: rgb(210,178,171); }
H1.HeaderClassName
{
color: #D2B2AB;
}
.AnyTagClassName
{
color: #D2B2AB;
}
</style>
background-color css
<style>
a { background-color: #D2B2AB; }
a { background-color: rgb(210,178,171); }
div.DivClassName
{
background-color: #D2B2AB;
}
.BgClassName
{
background-color: #D2B2AB;
}
</style>
border-color css
<style>
span { border-color: #D2B2AB; }
span { border-color: rgb(210,178,171); }
td.TdClassName
{
border-color: #D2B2AB;
}
.TagClassName
{
border-color: #D2B2AB;
}
</style>