Shades of Clam Shell #D2B0A8
Tints of Clam Shell #D2B0A8
RGB
CMYK
RGB Variations
Color information
#D2B0A8 (or 0xD2B0A8) is known color: Clam Shell. HEX triplet: D2, B0 and A8. RGB value is (210,176,168). Sum of RGB (Red+Green+Blue) = 210+176+168=554 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.91% from 554); Green value is 176 (69.14% from 255 or 31.77% from 554); Blue value is 168 (66.02% from 255 or 30.32% from 554); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B0A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2B0A8 is #2D4F57. Grayscale: #B9B9B9. Windows color (decimal): -2969432 or 11055314. OLE color: 11055314.
HSL color Cylindrical-coordinate representation of color #D2B0A8: hue angle of 11.43º degrees, saturation: 0.32, 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 #D2B0A8 is Cyan = 0, Magento = 0.16, Yellow = 0.2 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 176 | 168 | - |
| CMYK | 0 | 0.16 | 0.2 | 0.18 |
| HSL | 11.43º | 0.32% | 0.74% | - |
| HSV(B) | 11.43º | 0.2% | 0.82% | - |
| XYZ | 49.17 | 47.58 | 43.64 | - |
| YUV | 185.25 | 118.26 | 145.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 176 | 168 | 0 | 0.16 | 0.2 | 0.18 | 11.43 | 0.32 | 0.74 |
| Hex | D2 | B0 | A8 | 0 | 10 | 14 | 12 | B | 20 | 4A |
| Octal | 322 | 260 | 250 | 0 | 20 | 24 | 22 | 13 | 40 | 112 |
| Binary | 11010010 | 10110000 | 10101000 | 0 | 10000 | 10100 | 10010 | 1011 | 100000 | 1001010 |
Color Harmonies of #D2B0A8
Complementary color
Monochromatic Colors of #D2B0A8
Black with #D2B0A8
Text Example
Text Example
White with #D2B0A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B0A8; }
p { color: rgb(210,176,168); }
H1.HeaderClassName
{
color: #D2B0A8;
}
.AnyTagClassName
{
color: #D2B0A8;
}
</style>
background-color css
<style>
a { background-color: #D2B0A8; }
a { background-color: rgb(210,176,168); }
div.DivClassName
{
background-color: #D2B0A8;
}
.BgClassName
{
background-color: #D2B0A8;
}
</style>
border-color css
<style>
span { border-color: #D2B0A8; }
span { border-color: rgb(210,176,168); }
td.TdClassName
{
border-color: #D2B0A8;
}
.TagClassName
{
border-color: #D2B0A8;
}
</style>