Shades of Clam Shell #CEB4AD
Tints of Clam Shell #CEB4AD
RGB
CMYK
RGB Variations
Color information
#CEB4AD (or 0xCEB4AD) is known color: Clam Shell. HEX triplet: CE, B4 and AD. RGB value is (206,180,173). Sum of RGB (Red+Green+Blue) = 206+180+173=559 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.85% from 559); Green value is 180 (70.70% from 255 or 32.20% from 559); Blue value is 173 (67.97% from 255 or 30.95% from 559); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB4AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEB4AD is #314B52. Grayscale: #BBBBBB. Windows color (decimal): -3230547 or 11384014. OLE color: 11384014.
HSL color Cylindrical-coordinate representation of color #CEB4AD: hue angle of 12.73º degrees, saturation: 0.25, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CEB4AD is Cyan = 0, Magento = 0.13, Yellow = 0.16 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 180 | 173 | - |
| CMYK | 0 | 0.13 | 0.16 | 0.19 |
| HSL | 12.73º | 0.25% | 0.74% | - |
| HSV(B) | 12.73º | 0.16% | 0.81% | - |
| XYZ | 49.32 | 48.78 | 46.35 | - |
| YUV | 186.98 | 120.11 | 141.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 180 | 173 | 0 | 0.13 | 0.16 | 0.19 | 12.73 | 0.25 | 0.74 |
| Hex | CE | B4 | AD | 0 | D | 10 | 13 | D | 19 | 4A |
| Octal | 316 | 264 | 255 | 0 | 15 | 20 | 23 | 15 | 31 | 112 |
| Binary | 11001110 | 10110100 | 10101101 | 0 | 1101 | 10000 | 10011 | 1101 | 11001 | 1001010 |
Color Harmonies of #CEB4AD
Complementary color
Monochromatic Colors of #CEB4AD
Black with #CEB4AD
Text Example
Text Example
White with #CEB4AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB4AD; }
p { color: rgb(206,180,173); }
H1.HeaderClassName
{
color: #CEB4AD;
}
.AnyTagClassName
{
color: #CEB4AD;
}
</style>
background-color css
<style>
a { background-color: #CEB4AD; }
a { background-color: rgb(206,180,173); }
div.DivClassName
{
background-color: #CEB4AD;
}
.BgClassName
{
background-color: #CEB4AD;
}
</style>
border-color css
<style>
span { border-color: #CEB4AD; }
span { border-color: rgb(206,180,173); }
td.TdClassName
{
border-color: #CEB4AD;
}
.TagClassName
{
border-color: #CEB4AD;
}
</style>