Shades of Clam Shell #D6B6A8
Tints of Clam Shell #D6B6A8
RGB
CMYK
RGB Variations
Color information
#D6B6A8 (or 0xD6B6A8) is known color: Clam Shell. HEX triplet: D6, B6 and A8. RGB value is (214,182,168). Sum of RGB (Red+Green+Blue) = 214+182+168=564 (74% of max value = 765). Red value is 214 (83.98% from 255 or 37.94% from 564); Green value is 182 (71.48% from 255 or 32.27% from 564); Blue value is 168 (66.02% from 255 or 29.79% from 564); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B6A8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6B6A8 is #294957. Grayscale: #BEBEBE. Windows color (decimal): -2705752 or 11056854. OLE color: 11056854.
HSL color Cylindrical-coordinate representation of color #D6B6A8: hue angle of 18.26º degrees, saturation: 0.36, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D6B6A8 is Cyan = 0, Magento = 0.15, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 182 | 168 | - |
| CMYK | 0 | 0.15 | 0.21 | 0.16 |
| HSL | 18.26º | 0.36% | 0.75% | - |
| HSV(B) | 18.26º | 0.21% | 0.84% | - |
| XYZ | 51.53 | 50.58 | 44.09 | - |
| YUV | 189.97 | 115.6 | 145.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 182 | 168 | 0 | 0.15 | 0.21 | 0.16 | 18.26 | 0.36 | 0.75 |
| Hex | D6 | B6 | A8 | 0 | F | 15 | 10 | 12 | 24 | 4B |
| Octal | 326 | 266 | 250 | 0 | 17 | 25 | 20 | 22 | 44 | 113 |
| Binary | 11010110 | 10110110 | 10101000 | 0 | 1111 | 10101 | 10000 | 10010 | 100100 | 1001011 |
Color Harmonies of #D6B6A8
Complementary color
Monochromatic Colors of #D6B6A8
Black with #D6B6A8
Text Example
Text Example
White with #D6B6A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B6A8; }
p { color: rgb(214,182,168); }
H1.HeaderClassName
{
color: #D6B6A8;
}
.AnyTagClassName
{
color: #D6B6A8;
}
</style>
background-color css
<style>
a { background-color: #D6B6A8; }
a { background-color: rgb(214,182,168); }
div.DivClassName
{
background-color: #D6B6A8;
}
.BgClassName
{
background-color: #D6B6A8;
}
</style>
border-color css
<style>
span { border-color: #D6B6A8; }
span { border-color: rgb(214,182,168); }
td.TdClassName
{
border-color: #D6B6A8;
}
.TagClassName
{
border-color: #D6B6A8;
}
</style>