Shades of Clam Shell #D2B3AC
Tints of Clam Shell #D2B3AC
RGB
CMYK
RGB Variations
Color information
#D2B3AC (or 0xD2B3AC) is known color: Clam Shell. HEX triplet: D2, B3 and AC. RGB value is (210,179,172). Sum of RGB (Red+Green+Blue) = 210+179+172=561 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.43% from 561); Green value is 179 (70.31% from 255 or 31.91% from 561); Blue value is 172 (67.58% from 255 or 30.66% from 561); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B3AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2B3AC is #2D4C53. Grayscale: #BBBBBB. Windows color (decimal): -2968660 or 11318226. OLE color: 11318226.
HSL color Cylindrical-coordinate representation of color #D2B3AC: hue angle of 11.05º degrees, saturation: 0.3, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D2B3AC is Cyan = 0, Magento = 0.15, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 179 | 172 | - |
| CMYK | 0 | 0.15 | 0.18 | 0.18 |
| HSL | 11.05º | 0.3% | 0.75% | - |
| HSV(B) | 11.05º | 0.18% | 0.82% | - |
| XYZ | 50.14 | 48.92 | 45.83 | - |
| YUV | 187.47 | 119.27 | 144.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 179 | 172 | 0 | 0.15 | 0.18 | 0.18 | 11.05 | 0.3 | 0.75 |
| Hex | D2 | B3 | AC | 0 | F | 12 | 12 | B | 1E | 4B |
| Octal | 322 | 263 | 254 | 0 | 17 | 22 | 22 | 13 | 36 | 113 |
| Binary | 11010010 | 10110011 | 10101100 | 0 | 1111 | 10010 | 10010 | 1011 | 11110 | 1001011 |
Color Harmonies of #D2B3AC
Complementary color
Monochromatic Colors of #D2B3AC
Black with #D2B3AC
Text Example
Text Example
White with #D2B3AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B3AC; }
p { color: rgb(210,179,172); }
H1.HeaderClassName
{
color: #D2B3AC;
}
.AnyTagClassName
{
color: #D2B3AC;
}
</style>
background-color css
<style>
a { background-color: #D2B3AC; }
a { background-color: rgb(210,179,172); }
div.DivClassName
{
background-color: #D2B3AC;
}
.BgClassName
{
background-color: #D2B3AC;
}
</style>
border-color css
<style>
span { border-color: #D2B3AC; }
span { border-color: rgb(210,179,172); }
td.TdClassName
{
border-color: #D2B3AC;
}
.TagClassName
{
border-color: #D2B3AC;
}
</style>