Shades of Clam Shell #CEADA6
Tints of Clam Shell #CEADA6
RGB
CMYK
RGB Variations
Color information
#CEADA6 (or 0xCEADA6) is known color: Clam Shell. HEX triplet: CE, AD and A6. RGB value is (206,173,166). Sum of RGB (Red+Green+Blue) = 206+173+166=545 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.80% from 545); Green value is 173 (67.97% from 255 or 31.74% from 545); Blue value is 166 (65.23% from 255 or 30.46% from 545); Max value from RGB is 206 - color contains mainly: red. Hex color #CEADA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEADA6 is #315259. Grayscale: #B6B6B6. Windows color (decimal): -3232346 or 10923470. OLE color: 10923470.
HSL color Cylindrical-coordinate representation of color #CEADA6: hue angle of 10.5º degrees, saturation: 0.29, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CEADA6 is Cyan = 0, Magento = 0.16, Yellow = 0.19 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 173 | 166 | - |
| CMYK | 0 | 0.16 | 0.19 | 0.19 |
| HSL | 10.5º | 0.29% | 0.73% | - |
| HSV(B) | 10.5º | 0.19% | 0.81% | - |
| XYZ | 47.28 | 45.76 | 42.42 | - |
| YUV | 182.07 | 118.93 | 145.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 173 | 166 | 0 | 0.16 | 0.19 | 0.19 | 10.5 | 0.29 | 0.73 |
| Hex | CE | AD | A6 | 0 | 10 | 13 | 13 | A | 1D | 49 |
| Octal | 316 | 255 | 246 | 0 | 20 | 23 | 23 | 12 | 35 | 111 |
| Binary | 11001110 | 10101101 | 10100110 | 0 | 10000 | 10011 | 10011 | 1010 | 11101 | 1001001 |
Color Harmonies of #CEADA6
Complementary color
Monochromatic Colors of #CEADA6
Black with #CEADA6
Text Example
Text Example
White with #CEADA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEADA6; }
p { color: rgb(206,173,166); }
H1.HeaderClassName
{
color: #CEADA6;
}
.AnyTagClassName
{
color: #CEADA6;
}
</style>
background-color css
<style>
a { background-color: #CEADA6; }
a { background-color: rgb(206,173,166); }
div.DivClassName
{
background-color: #CEADA6;
}
.BgClassName
{
background-color: #CEADA6;
}
</style>
border-color css
<style>
span { border-color: #CEADA6; }
span { border-color: rgb(206,173,166); }
td.TdClassName
{
border-color: #CEADA6;
}
.TagClassName
{
border-color: #CEADA6;
}
</style>