Shades of Clam Shell #CEADA8
Tints of Clam Shell #CEADA8
RGB
CMYK
RGB Variations
Color information
#CEADA8 (or 0xCEADA8) is known color: Clam Shell. HEX triplet: CE, AD and A8. RGB value is (206,173,168). Sum of RGB (Red+Green+Blue) = 206+173+168=547 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.66% from 547); Green value is 173 (67.97% from 255 or 31.63% from 547); Blue value is 168 (66.02% from 255 or 30.71% from 547); Max value from RGB is 206 - color contains mainly: red. Hex color #CEADA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEADA8 is #315257. Grayscale: #B6B6B6. Windows color (decimal): -3232344 or 11054542. OLE color: 11054542.
HSL color Cylindrical-coordinate representation of color #CEADA8: hue angle of 7.89º 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 #CEADA8 is Cyan = 0, Magento = 0.16, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 173 | 168 | - |
| CMYK | 0 | 0.16 | 0.18 | 0.19 |
| HSL | 7.89º | 0.28% | 0.73% | - |
| HSV(B) | 7.89º | 0.18% | 0.81% | - |
| XYZ | 47.47 | 45.84 | 43.39 | - |
| YUV | 182.3 | 119.93 | 144.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 173 | 168 | 0 | 0.16 | 0.18 | 0.19 | 7.89 | 0.28 | 0.73 |
| Hex | CE | AD | A8 | 0 | 10 | 12 | 13 | 8 | 1C | 49 |
| Octal | 316 | 255 | 250 | 0 | 20 | 22 | 23 | 10 | 34 | 111 |
| Binary | 11001110 | 10101101 | 10101000 | 0 | 10000 | 10010 | 10011 | 1000 | 11100 | 1001001 |
Color Harmonies of #CEADA8
Complementary color
Monochromatic Colors of #CEADA8
Black with #CEADA8
Text Example
Text Example
White with #CEADA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEADA8; }
p { color: rgb(206,173,168); }
H1.HeaderClassName
{
color: #CEADA8;
}
.AnyTagClassName
{
color: #CEADA8;
}
</style>
background-color css
<style>
a { background-color: #CEADA8; }
a { background-color: rgb(206,173,168); }
div.DivClassName
{
background-color: #CEADA8;
}
.BgClassName
{
background-color: #CEADA8;
}
</style>
border-color css
<style>
span { border-color: #CEADA8; }
span { border-color: rgb(206,173,168); }
td.TdClassName
{
border-color: #CEADA8;
}
.TagClassName
{
border-color: #CEADA8;
}
</style>