Shades of Clam Shell #CEB3AA
Tints of Clam Shell #CEB3AA
RGB
CMYK
RGB Variations
Color information
#CEB3AA (or 0xCEB3AA) is known color: Clam Shell. HEX triplet: CE, B3 and AA. RGB value is (206,179,170). Sum of RGB (Red+Green+Blue) = 206+179+170=555 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.12% from 555); Green value is 179 (70.31% from 255 or 32.25% from 555); Blue value is 170 (66.80% from 255 or 30.63% from 555); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB3AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEB3AA is #314C55. Grayscale: #BABABA. Windows color (decimal): -3230806 or 11187150. OLE color: 11187150.
HSL color Cylindrical-coordinate representation of color #CEB3AA: hue angle of 15º degrees, saturation: 0.27, 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 #CEB3AA is Cyan = 0, Magento = 0.13, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 179 | 170 | - |
| CMYK | 0 | 0.13 | 0.17 | 0.19 |
| HSL | 15º | 0.27% | 0.74% | - |
| HSV(B) | 15º | 0.17% | 0.81% | - |
| XYZ | 48.83 | 48.26 | 44.77 | - |
| YUV | 186.05 | 118.95 | 142.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 179 | 170 | 0 | 0.13 | 0.17 | 0.19 | 15 | 0.27 | 0.74 |
| Hex | CE | B3 | AA | 0 | D | 11 | 13 | F | 1B | 4A |
| Octal | 316 | 263 | 252 | 0 | 15 | 21 | 23 | 17 | 33 | 112 |
| Binary | 11001110 | 10110011 | 10101010 | 0 | 1101 | 10001 | 10011 | 1111 | 11011 | 1001010 |
Color Harmonies of #CEB3AA
Complementary color
Monochromatic Colors of #CEB3AA
Black with #CEB3AA
Text Example
Text Example
White with #CEB3AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB3AA; }
p { color: rgb(206,179,170); }
H1.HeaderClassName
{
color: #CEB3AA;
}
.AnyTagClassName
{
color: #CEB3AA;
}
</style>
background-color css
<style>
a { background-color: #CEB3AA; }
a { background-color: rgb(206,179,170); }
div.DivClassName
{
background-color: #CEB3AA;
}
.BgClassName
{
background-color: #CEB3AA;
}
</style>
border-color css
<style>
span { border-color: #CEB3AA; }
span { border-color: rgb(206,179,170); }
td.TdClassName
{
border-color: #CEB3AA;
}
.TagClassName
{
border-color: #CEB3AA;
}
</style>