Shades of Clam Shell #D1B2A5
Tints of Clam Shell #D1B2A5
RGB
CMYK
RGB Variations
Color information
#D1B2A5 (or 0xD1B2A5) is known color: Clam Shell. HEX triplet: D1, B2 and A5. RGB value is (209,178,165). Sum of RGB (Red+Green+Blue) = 209+178+165=552 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.86% from 552); Green value is 178 (69.92% from 255 or 32.25% from 552); Blue value is 165 (64.84% from 255 or 29.89% from 552); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B2A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1B2A5 is #2E4D5A. Grayscale: #B9B9B9. Windows color (decimal): -3034459 or 10859217. OLE color: 10859217.
HSL color Cylindrical-coordinate representation of color #D1B2A5: hue angle of 17.73º degrees, saturation: 0.32, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D1B2A5 is Cyan = 0, Magento = 0.15, Yellow = 0.21 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 178 | 165 | - |
| CMYK | 0 | 0.15 | 0.21 | 0.18 |
| HSL | 17.73º | 0.32% | 0.73% | - |
| HSV(B) | 17.73º | 0.21% | 0.82% | - |
| XYZ | 49.01 | 48.11 | 42.3 | - |
| YUV | 185.79 | 116.27 | 144.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 178 | 165 | 0 | 0.15 | 0.21 | 0.18 | 17.73 | 0.32 | 0.73 |
| Hex | D1 | B2 | A5 | 0 | F | 15 | 12 | 12 | 20 | 49 |
| Octal | 321 | 262 | 245 | 0 | 17 | 25 | 22 | 22 | 40 | 111 |
| Binary | 11010001 | 10110010 | 10100101 | 0 | 1111 | 10101 | 10010 | 10010 | 100000 | 1001001 |
Color Harmonies of #D1B2A5
Complementary color
Monochromatic Colors of #D1B2A5
Black with #D1B2A5
Text Example
Text Example
White with #D1B2A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1B2A5; }
p { color: rgb(209,178,165); }
H1.HeaderClassName
{
color: #D1B2A5;
}
.AnyTagClassName
{
color: #D1B2A5;
}
</style>
background-color css
<style>
a { background-color: #D1B2A5; }
a { background-color: rgb(209,178,165); }
div.DivClassName
{
background-color: #D1B2A5;
}
.BgClassName
{
background-color: #D1B2A5;
}
</style>
border-color css
<style>
span { border-color: #D1B2A5; }
span { border-color: rgb(209,178,165); }
td.TdClassName
{
border-color: #D1B2A5;
}
.TagClassName
{
border-color: #D1B2A5;
}
</style>