Shades of Clam Shell #D8AE9E
Tints of Clam Shell #D8AE9E
RGB
CMYK
RGB Variations
Color information
#D8AE9E (or 0xD8AE9E) is known color: Clam Shell. HEX triplet: D8, AE and 9E. RGB value is (216,174,158). Sum of RGB (Red+Green+Blue) = 216+174+158=548 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.42% from 548); Green value is 174 (68.36% from 255 or 31.75% from 548); Blue value is 158 (62.11% from 255 or 28.83% from 548); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AE9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8AE9E is #275161. Grayscale: #B8B8B8. Windows color (decimal): -2576738 or 10399448. OLE color: 10399448.
HSL color Cylindrical-coordinate representation of color #D8AE9E: hue angle of 16.55º degrees, saturation: 0.43, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D8AE9E is Cyan = 0, Magento = 0.19, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 174 | 158 | - |
| CMYK | 0 | 0.19 | 0.27 | 0.15 |
| HSL | 16.55º | 0.43% | 0.73% | - |
| HSV(B) | 16.55º | 0.27% | 0.85% | - |
| XYZ | 49.63 | 47.34 | 38.87 | - |
| YUV | 184.73 | 112.91 | 150.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 174 | 158 | 0 | 0.19 | 0.27 | 0.15 | 16.55 | 0.43 | 0.73 |
| Hex | D8 | AE | 9E | 0 | 13 | 1B | F | 11 | 2B | 49 |
| Octal | 330 | 256 | 236 | 0 | 23 | 33 | 17 | 21 | 53 | 111 |
| Binary | 11011000 | 10101110 | 10011110 | 0 | 10011 | 11011 | 1111 | 10001 | 101011 | 1001001 |
Color Harmonies of #D8AE9E
Complementary color
Monochromatic Colors of #D8AE9E
Black with #D8AE9E
Text Example
Text Example
White with #D8AE9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8AE9E; }
p { color: rgb(216,174,158); }
H1.HeaderClassName
{
color: #D8AE9E;
}
.AnyTagClassName
{
color: #D8AE9E;
}
</style>
background-color css
<style>
a { background-color: #D8AE9E; }
a { background-color: rgb(216,174,158); }
div.DivClassName
{
background-color: #D8AE9E;
}
.BgClassName
{
background-color: #D8AE9E;
}
</style>
border-color css
<style>
span { border-color: #D8AE9E; }
span { border-color: rgb(216,174,158); }
td.TdClassName
{
border-color: #D8AE9E;
}
.TagClassName
{
border-color: #D8AE9E;
}
</style>