Shades of Clam Shell #D1B5AC
Tints of Clam Shell #D1B5AC
RGB
CMYK
RGB Variations
Color information
#D1B5AC (or 0xD1B5AC) is known color: Clam Shell. HEX triplet: D1, B5 and AC. RGB value is (209,181,172). Sum of RGB (Red+Green+Blue) = 209+181+172=562 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.19% from 562); Green value is 181 (71.09% from 255 or 32.21% from 562); Blue value is 172 (67.58% from 255 or 30.60% from 562); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B5AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1B5AC is #2E4A53. Grayscale: #BCBCBC. Windows color (decimal): -3033684 or 11318737. OLE color: 11318737.
HSL color Cylindrical-coordinate representation of color #D1B5AC: hue angle of 14.59º degrees, saturation: 0.29, 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 #D1B5AC is Cyan = 0, Magento = 0.13, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 181 | 172 | - |
| CMYK | 0 | 0.13 | 0.18 | 0.18 |
| HSL | 14.59º | 0.29% | 0.75% | - |
| HSV(B) | 14.59º | 0.18% | 0.82% | - |
| XYZ | 50.26 | 49.58 | 45.95 | - |
| YUV | 188.35 | 118.78 | 142.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 181 | 172 | 0 | 0.13 | 0.18 | 0.18 | 14.59 | 0.29 | 0.75 |
| Hex | D1 | B5 | AC | 0 | D | 12 | 12 | F | 1D | 4B |
| Octal | 321 | 265 | 254 | 0 | 15 | 22 | 22 | 17 | 35 | 113 |
| Binary | 11010001 | 10110101 | 10101100 | 0 | 1101 | 10010 | 10010 | 1111 | 11101 | 1001011 |
Color Harmonies of #D1B5AC
Complementary color
Monochromatic Colors of #D1B5AC
Black with #D1B5AC
Text Example
Text Example
White with #D1B5AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1B5AC; }
p { color: rgb(209,181,172); }
H1.HeaderClassName
{
color: #D1B5AC;
}
.AnyTagClassName
{
color: #D1B5AC;
}
</style>
background-color css
<style>
a { background-color: #D1B5AC; }
a { background-color: rgb(209,181,172); }
div.DivClassName
{
background-color: #D1B5AC;
}
.BgClassName
{
background-color: #D1B5AC;
}
</style>
border-color css
<style>
span { border-color: #D1B5AC; }
span { border-color: rgb(209,181,172); }
td.TdClassName
{
border-color: #D1B5AC;
}
.TagClassName
{
border-color: #D1B5AC;
}
</style>