Shades of Clam Shell #CEB5A8
Tints of Clam Shell #CEB5A8
RGB
CMYK
RGB Variations
Color information
#CEB5A8 (or 0xCEB5A8) is known color: Clam Shell. HEX triplet: CE, B5 and A8. RGB value is (206,181,168). Sum of RGB (Red+Green+Blue) = 206+181+168=555 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.12% from 555); Green value is 181 (71.09% from 255 or 32.61% from 555); Blue value is 168 (66.02% from 255 or 30.27% from 555); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB5A8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEB5A8 is #314A57. Grayscale: #BBBBBB. Windows color (decimal): -3230296 or 11056590. OLE color: 11056590.
HSL color Cylindrical-coordinate representation of color #CEB5A8: hue angle of 20.53º degrees, saturation: 0.28, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CEB5A8 is Cyan = 0, Magento = 0.12, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 181 | 168 | - |
| CMYK | 0 | 0.12 | 0.18 | 0.19 |
| HSL | 20.53º | 0.28% | 0.73% | - |
| HSV(B) | 20.53º | 0.18% | 0.81% | - |
| XYZ | 49.05 | 49 | 43.92 | - |
| YUV | 186.99 | 117.28 | 141.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 181 | 168 | 0 | 0.12 | 0.18 | 0.19 | 20.53 | 0.28 | 0.73 |
| Hex | CE | B5 | A8 | 0 | C | 12 | 13 | 15 | 1C | 49 |
| Octal | 316 | 265 | 250 | 0 | 14 | 22 | 23 | 25 | 34 | 111 |
| Binary | 11001110 | 10110101 | 10101000 | 0 | 1100 | 10010 | 10011 | 10101 | 11100 | 1001001 |
Color Harmonies of #CEB5A8
Complementary color
Monochromatic Colors of #CEB5A8
Black with #CEB5A8
Text Example
Text Example
White with #CEB5A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB5A8; }
p { color: rgb(206,181,168); }
H1.HeaderClassName
{
color: #CEB5A8;
}
.AnyTagClassName
{
color: #CEB5A8;
}
</style>
background-color css
<style>
a { background-color: #CEB5A8; }
a { background-color: rgb(206,181,168); }
div.DivClassName
{
background-color: #CEB5A8;
}
.BgClassName
{
background-color: #CEB5A8;
}
</style>
border-color css
<style>
span { border-color: #CEB5A8; }
span { border-color: rgb(206,181,168); }
td.TdClassName
{
border-color: #CEB5A8;
}
.TagClassName
{
border-color: #CEB5A8;
}
</style>