Shades of Clam Shell #CEADA0
Tints of Clam Shell #CEADA0
RGB
CMYK
RGB Variations
Color information
#CEADA0 (or 0xCEADA0) is known color: Clam Shell. HEX triplet: CE, AD and A0. RGB value is (206,173,160). Sum of RGB (Red+Green+Blue) = 206+173+160=539 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.22% from 539); Green value is 173 (67.97% from 255 or 32.10% from 539); Blue value is 160 (62.89% from 255 or 29.68% from 539); Max value from RGB is 206 - color contains mainly: red. Hex color #CEADA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEADA0 is #31525F. Grayscale: #B5B5B5. Windows color (decimal): -3232352 or 10530254. OLE color: 10530254.
HSL color Cylindrical-coordinate representation of color #CEADA0: hue angle of 16.96º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CEADA0 is Cyan = 0, Magento = 0.16, Yellow = 0.22 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 173 | 160 | - |
| CMYK | 0 | 0.16 | 0.22 | 0.19 |
| HSL | 16.96º | 0.32% | 0.72% | - |
| HSV(B) | 16.96º | 0.22% | 0.81% | - |
| XYZ | 46.74 | 45.55 | 39.59 | - |
| YUV | 181.39 | 115.93 | 145.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 173 | 160 | 0 | 0.16 | 0.22 | 0.19 | 16.96 | 0.32 | 0.72 |
| Hex | CE | AD | A0 | 0 | 10 | 16 | 13 | 11 | 20 | 48 |
| Octal | 316 | 255 | 240 | 0 | 20 | 26 | 23 | 21 | 40 | 110 |
| Binary | 11001110 | 10101101 | 10100000 | 0 | 10000 | 10110 | 10011 | 10001 | 100000 | 1001000 |
Color Harmonies of #CEADA0
Complementary color
Monochromatic Colors of #CEADA0
Black with #CEADA0
Text Example
Text Example
White with #CEADA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEADA0; }
p { color: rgb(206,173,160); }
H1.HeaderClassName
{
color: #CEADA0;
}
.AnyTagClassName
{
color: #CEADA0;
}
</style>
background-color css
<style>
a { background-color: #CEADA0; }
a { background-color: rgb(206,173,160); }
div.DivClassName
{
background-color: #CEADA0;
}
.BgClassName
{
background-color: #CEADA0;
}
</style>
border-color css
<style>
span { border-color: #CEADA0; }
span { border-color: rgb(206,173,160); }
td.TdClassName
{
border-color: #CEADA0;
}
.TagClassName
{
border-color: #CEADA0;
}
</style>