Shades of Clam Shell #D6ABA5
Tints of Clam Shell #D6ABA5
RGB
CMYK
RGB Variations
Color information
#D6ABA5 (or 0xD6ABA5) is known color: Clam Shell. HEX triplet: D6, AB and A5. RGB value is (214,171,165). Sum of RGB (Red+Green+Blue) = 214+171+165=550 (72% of max value = 765). Red value is 214 (83.98% from 255 or 38.91% from 550); Green value is 171 (67.19% from 255 or 31.09% from 550); Blue value is 165 (64.84% from 255 or 30% from 550); Max value from RGB is 214 - color contains mainly: red. Hex color #D6ABA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6ABA5 is #29545A. Grayscale: #B7B7B7. Windows color (decimal): -2708571 or 10857430. OLE color: 10857430.
HSL color Cylindrical-coordinate representation of color #D6ABA5: hue angle of 7.35º degrees, saturation: 0.37, 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 #D6ABA5 is Cyan = 0, Magento = 0.20, Yellow = 0.23 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 171 | 165 | - |
| CMYK | 0 | 0.20 | 0.23 | 0.16 |
| HSL | 7.35º | 0.37% | 0.74% | - |
| HSV(B) | 7.35º | 0.23% | 0.84% | - |
| XYZ | 49.09 | 46.14 | 41.92 | - |
| YUV | 183.17 | 117.75 | 149.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 171 | 165 | 0 | 0.20 | 0.23 | 0.16 | 7.35 | 0.37 | 0.74 |
| Hex | D6 | AB | A5 | 0 | 14 | 17 | 10 | 7 | 25 | 4A |
| Octal | 326 | 253 | 245 | 0 | 24 | 27 | 20 | 7 | 45 | 112 |
| Binary | 11010110 | 10101011 | 10100101 | 0 | 10100 | 10111 | 10000 | 111 | 100101 | 1001010 |
Color Harmonies of #D6ABA5
Complementary color
Monochromatic Colors of #D6ABA5
Black with #D6ABA5
Text Example
Text Example
White with #D6ABA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6ABA5; }
p { color: rgb(214,171,165); }
H1.HeaderClassName
{
color: #D6ABA5;
}
.AnyTagClassName
{
color: #D6ABA5;
}
</style>
background-color css
<style>
a { background-color: #D6ABA5; }
a { background-color: rgb(214,171,165); }
div.DivClassName
{
background-color: #D6ABA5;
}
.BgClassName
{
background-color: #D6ABA5;
}
</style>
border-color css
<style>
span { border-color: #D6ABA5; }
span { border-color: rgb(214,171,165); }
td.TdClassName
{
border-color: #D6ABA5;
}
.TagClassName
{
border-color: #D6ABA5;
}
</style>