Shades of Clam Shell #CEB7AB
Tints of Clam Shell #CEB7AB
RGB
CMYK
RGB Variations
Color information
#CEB7AB (or 0xCEB7AB) is known color: Clam Shell. HEX triplet: CE, B7 and AB. RGB value is (206,183,171). Sum of RGB (Red+Green+Blue) = 206+183+171=560 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.79% from 560); Green value is 183 (71.88% from 255 or 32.68% from 560); Blue value is 171 (67.19% from 255 or 30.54% from 560); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB7AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEB7AB is #314854. Grayscale: #BCBCBC. Windows color (decimal): -3229781 or 11253710. OLE color: 11253710.
HSL color Cylindrical-coordinate representation of color #CEB7AB: hue angle of 20.57º degrees, saturation: 0.26, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CEB7AB is Cyan = 0, Magento = 0.11, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 183 | 171 | - |
| CMYK | 0 | 0.11 | 0.17 | 0.19 |
| HSL | 20.57º | 0.26% | 0.74% | - |
| HSV(B) | 20.57º | 0.17% | 0.81% | - |
| XYZ | 49.74 | 49.93 | 45.54 | - |
| YUV | 188.51 | 118.12 | 140.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 183 | 171 | 0 | 0.11 | 0.17 | 0.19 | 20.57 | 0.26 | 0.74 |
| Hex | CE | B7 | AB | 0 | B | 11 | 13 | 15 | 1A | 4A |
| Octal | 316 | 267 | 253 | 0 | 13 | 21 | 23 | 25 | 32 | 112 |
| Binary | 11001110 | 10110111 | 10101011 | 0 | 1011 | 10001 | 10011 | 10101 | 11010 | 1001010 |
Color Harmonies of #CEB7AB
Complementary color
Monochromatic Colors of #CEB7AB
Black with #CEB7AB
Text Example
Text Example
White with #CEB7AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB7AB; }
p { color: rgb(206,183,171); }
H1.HeaderClassName
{
color: #CEB7AB;
}
.AnyTagClassName
{
color: #CEB7AB;
}
</style>
background-color css
<style>
a { background-color: #CEB7AB; }
a { background-color: rgb(206,183,171); }
div.DivClassName
{
background-color: #CEB7AB;
}
.BgClassName
{
background-color: #CEB7AB;
}
</style>
border-color css
<style>
span { border-color: #CEB7AB; }
span { border-color: rgb(206,183,171); }
td.TdClassName
{
border-color: #CEB7AB;
}
.TagClassName
{
border-color: #CEB7AB;
}
</style>