Shades of Clam Shell #D5ABA4
Tints of Clam Shell #D5ABA4
RGB
CMYK
RGB Variations
Color information
#D5ABA4 (or 0xD5ABA4) is known color: Clam Shell. HEX triplet: D5, AB and A4. RGB value is (213,171,164). Sum of RGB (Red+Green+Blue) = 213+171+164=548 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.87% from 548); Green value is 171 (67.19% from 255 or 31.20% from 548); Blue value is 164 (64.45% from 255 or 29.93% from 548); Max value from RGB is 213 - color contains mainly: red. Hex color #D5ABA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5ABA4 is #2A545B. Grayscale: #B6B6B6. Windows color (decimal): -2774108 or 10791893. OLE color: 10791893.
HSL color Cylindrical-coordinate representation of color #D5ABA4: hue angle of 8.57º 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 #D5ABA4 is Cyan = 0, Magento = 0.20, Yellow = 0.23 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 171 | 164 | - |
| CMYK | 0 | 0.20 | 0.23 | 0.16 |
| HSL | 8.57º | 0.37% | 0.74% | - |
| HSV(B) | 8.57º | 0.23% | 0.84% | - |
| XYZ | 48.7 | 45.95 | 41.42 | - |
| YUV | 182.76 | 117.41 | 149.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 171 | 164 | 0 | 0.20 | 0.23 | 0.16 | 8.57 | 0.37 | 0.74 |
| Hex | D5 | AB | A4 | 0 | 14 | 17 | 10 | 9 | 25 | 4A |
| Octal | 325 | 253 | 244 | 0 | 24 | 27 | 20 | 11 | 45 | 112 |
| Binary | 11010101 | 10101011 | 10100100 | 0 | 10100 | 10111 | 10000 | 1001 | 100101 | 1001010 |
Color Harmonies of #D5ABA4
Complementary color
Monochromatic Colors of #D5ABA4
Black with #D5ABA4
Text Example
Text Example
White with #D5ABA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5ABA4; }
p { color: rgb(213,171,164); }
H1.HeaderClassName
{
color: #D5ABA4;
}
.AnyTagClassName
{
color: #D5ABA4;
}
</style>
background-color css
<style>
a { background-color: #D5ABA4; }
a { background-color: rgb(213,171,164); }
div.DivClassName
{
background-color: #D5ABA4;
}
.BgClassName
{
background-color: #D5ABA4;
}
</style>
border-color css
<style>
span { border-color: #D5ABA4; }
span { border-color: rgb(213,171,164); }
td.TdClassName
{
border-color: #D5ABA4;
}
.TagClassName
{
border-color: #D5ABA4;
}
</style>