Shades of Clam Shell #D3ABA6
Tints of Clam Shell #D3ABA6
RGB
CMYK
RGB Variations
Color information
#D3ABA6 (or 0xD3ABA6) is known color: Clam Shell. HEX triplet: D3, AB and A6. RGB value is (211,171,166). Sum of RGB (Red+Green+Blue) = 211+171+166=548 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.50% from 548); Green value is 171 (67.19% from 255 or 31.20% from 548); Blue value is 166 (65.23% from 255 or 30.29% from 548); Max value from RGB is 211 - color contains mainly: red. Hex color #D3ABA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D3ABA6 is #2C5459. Grayscale: #B6B6B6. Windows color (decimal): -2905178 or 10922963. OLE color: 10922963.
HSL color Cylindrical-coordinate representation of color #D3ABA6: hue angle of 6.67º degrees, saturation: 0.34, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D3ABA6 is Cyan = 0, Magento = 0.19, Yellow = 0.21 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 171 | 166 | - |
| CMYK | 0 | 0.19 | 0.21 | 0.17 |
| HSL | 6.67º | 0.34% | 0.74% | - |
| HSV(B) | 6.67º | 0.21% | 0.83% | - |
| XYZ | 48.31 | 45.73 | 42.36 | - |
| YUV | 182.39 | 118.75 | 148.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 171 | 166 | 0 | 0.19 | 0.21 | 0.17 | 6.67 | 0.34 | 0.74 |
| Hex | D3 | AB | A6 | 0 | 13 | 15 | 11 | 7 | 22 | 4A |
| Octal | 323 | 253 | 246 | 0 | 23 | 25 | 21 | 7 | 42 | 112 |
| Binary | 11010011 | 10101011 | 10100110 | 0 | 10011 | 10101 | 10001 | 111 | 100010 | 1001010 |
Color Harmonies of #D3ABA6
Complementary color
Monochromatic Colors of #D3ABA6
Black with #D3ABA6
Text Example
Text Example
White with #D3ABA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3ABA6; }
p { color: rgb(211,171,166); }
H1.HeaderClassName
{
color: #D3ABA6;
}
.AnyTagClassName
{
color: #D3ABA6;
}
</style>
background-color css
<style>
a { background-color: #D3ABA6; }
a { background-color: rgb(211,171,166); }
div.DivClassName
{
background-color: #D3ABA6;
}
.BgClassName
{
background-color: #D3ABA6;
}
</style>
border-color css
<style>
span { border-color: #D3ABA6; }
span { border-color: rgb(211,171,166); }
td.TdClassName
{
border-color: #D3ABA6;
}
.TagClassName
{
border-color: #D3ABA6;
}
</style>