Shades of Clam Shell #D6ABA4
Tints of Clam Shell #D6ABA4
RGB
CMYK
RGB Variations
Color information
#D6ABA4 (or 0xD6ABA4) is known color: Clam Shell. HEX triplet: D6, AB and A4. RGB value is (214,171,164). Sum of RGB (Red+Green+Blue) = 214+171+164=549 (72% of max value = 765). Red value is 214 (83.98% from 255 or 38.98% from 549); Green value is 171 (67.19% from 255 or 31.15% from 549); Blue value is 164 (64.45% from 255 or 29.87% from 549); Max value from RGB is 214 - color contains mainly: red. Hex color #D6ABA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6ABA4 is #29545B. Grayscale: #B7B7B7. Windows color (decimal): -2708572 or 10791894. OLE color: 10791894.
HSL color Cylindrical-coordinate representation of color #D6ABA4: hue angle of 8.4º degrees, saturation: 0.38, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D6ABA4 is Cyan = 0, Magento = 0.20, Yellow = 0.23 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 171 | 164 | - |
| CMYK | 0 | 0.20 | 0.23 | 0.16 |
| HSL | 8.4º | 0.38% | 0.74% | - |
| HSV(B) | 8.4º | 0.23% | 0.84% | - |
| XYZ | 49 | 46.1 | 41.44 | - |
| YUV | 183.06 | 117.25 | 150.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 171 | 164 | 0 | 0.20 | 0.23 | 0.16 | 8.4 | 0.38 | 0.74 |
| Hex | D6 | AB | A4 | 0 | 14 | 17 | 10 | 8 | 26 | 4A |
| Octal | 326 | 253 | 244 | 0 | 24 | 27 | 20 | 10 | 46 | 112 |
| Binary | 11010110 | 10101011 | 10100100 | 0 | 10100 | 10111 | 10000 | 1000 | 100110 | 1001010 |
Color Harmonies of #D6ABA4
Complementary color
Monochromatic Colors of #D6ABA4
Black with #D6ABA4
Text Example
Text Example
White with #D6ABA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6ABA4; }
p { color: rgb(214,171,164); }
H1.HeaderClassName
{
color: #D6ABA4;
}
.AnyTagClassName
{
color: #D6ABA4;
}
</style>
background-color css
<style>
a { background-color: #D6ABA4; }
a { background-color: rgb(214,171,164); }
div.DivClassName
{
background-color: #D6ABA4;
}
.BgClassName
{
background-color: #D6ABA4;
}
</style>
border-color css
<style>
span { border-color: #D6ABA4; }
span { border-color: rgb(214,171,164); }
td.TdClassName
{
border-color: #D6ABA4;
}
.TagClassName
{
border-color: #D6ABA4;
}
</style>