Shades of Clam Shell #D9B3A9
Tints of Clam Shell #D9B3A9
RGB
CMYK
RGB Variations
Color information
#D9B3A9 (or 0xD9B3A9) is known color: Clam Shell. HEX triplet: D9, B3 and A9. RGB value is (217,179,169). Sum of RGB (Red+Green+Blue) = 217+179+169=565 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.41% from 565); Green value is 179 (70.31% from 255 or 31.68% from 565); Blue value is 169 (66.41% from 255 or 29.91% from 565); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B3A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9B3A9 is #264C56. Grayscale: #BDBDBD. Windows color (decimal): -2509911 or 11121625. OLE color: 11121625.
HSL color Cylindrical-coordinate representation of color #D9B3A9: hue angle of 12.5º degrees, saturation: 0.39, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D9B3A9 is Cyan = 0, Magento = 0.18, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 179 | 169 | - |
| CMYK | 0 | 0.18 | 0.22 | 0.15 |
| HSL | 12.5º | 0.39% | 0.76% | - |
| HSV(B) | 12.5º | 0.22% | 0.85% | - |
| XYZ | 51.9 | 49.86 | 44.42 | - |
| YUV | 189.22 | 116.59 | 147.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 179 | 169 | 0 | 0.18 | 0.22 | 0.15 | 12.5 | 0.39 | 0.76 |
| Hex | D9 | B3 | A9 | 0 | 12 | 16 | F | C | 27 | 4C |
| Octal | 331 | 263 | 251 | 0 | 22 | 26 | 17 | 14 | 47 | 114 |
| Binary | 11011001 | 10110011 | 10101001 | 0 | 10010 | 10110 | 1111 | 1100 | 100111 | 1001100 |
Color Harmonies of #D9B3A9
Complementary color
Monochromatic Colors of #D9B3A9
Black with #D9B3A9
Text Example
Text Example
White with #D9B3A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9B3A9; }
p { color: rgb(217,179,169); }
H1.HeaderClassName
{
color: #D9B3A9;
}
.AnyTagClassName
{
color: #D9B3A9;
}
</style>
background-color css
<style>
a { background-color: #D9B3A9; }
a { background-color: rgb(217,179,169); }
div.DivClassName
{
background-color: #D9B3A9;
}
.BgClassName
{
background-color: #D9B3A9;
}
</style>
border-color css
<style>
span { border-color: #D9B3A9; }
span { border-color: rgb(217,179,169); }
td.TdClassName
{
border-color: #D9B3A9;
}
.TagClassName
{
border-color: #D9B3A9;
}
</style>