Shades of Clam Shell #D8AE9F
Tints of Clam Shell #D8AE9F
RGB
CMYK
RGB Variations
Color information
#D8AE9F (or 0xD8AE9F) is known color: Clam Shell. HEX triplet: D8, AE and 9F. RGB value is (216,174,159). Sum of RGB (Red+Green+Blue) = 216+174+159=549 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.34% from 549); Green value is 174 (68.36% from 255 or 31.69% from 549); Blue value is 159 (62.5% from 255 or 28.96% from 549); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AE9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8AE9F is #275160. Grayscale: #B8B8B8. Windows color (decimal): -2576737 or 10464984. OLE color: 10464984.
HSL color Cylindrical-coordinate representation of color #D8AE9F: hue angle of 15.79º degrees, saturation: 0.42, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D8AE9F is Cyan = 0, Magento = 0.19, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 174 | 159 | - |
| CMYK | 0 | 0.19 | 0.26 | 0.15 |
| HSL | 15.79º | 0.42% | 0.74% | - |
| HSV(B) | 15.79º | 0.26% | 0.85% | - |
| XYZ | 49.71 | 47.37 | 39.32 | - |
| YUV | 184.85 | 113.41 | 150.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 174 | 159 | 0 | 0.19 | 0.26 | 0.15 | 15.79 | 0.42 | 0.74 |
| Hex | D8 | AE | 9F | 0 | 13 | 1A | F | 10 | 2A | 4A |
| Octal | 330 | 256 | 237 | 0 | 23 | 32 | 17 | 20 | 52 | 112 |
| Binary | 11011000 | 10101110 | 10011111 | 0 | 10011 | 11010 | 1111 | 10000 | 101010 | 1001010 |
Color Harmonies of #D8AE9F
Complementary color
Monochromatic Colors of #D8AE9F
Black with #D8AE9F
Text Example
Text Example
White with #D8AE9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8AE9F; }
p { color: rgb(216,174,159); }
H1.HeaderClassName
{
color: #D8AE9F;
}
.AnyTagClassName
{
color: #D8AE9F;
}
</style>
background-color css
<style>
a { background-color: #D8AE9F; }
a { background-color: rgb(216,174,159); }
div.DivClassName
{
background-color: #D8AE9F;
}
.BgClassName
{
background-color: #D8AE9F;
}
</style>
border-color css
<style>
span { border-color: #D8AE9F; }
span { border-color: rgb(216,174,159); }
td.TdClassName
{
border-color: #D8AE9F;
}
.TagClassName
{
border-color: #D8AE9F;
}
</style>