Shades of Clam Shell #CEADA7
Tints of Clam Shell #CEADA7
RGB
CMYK
RGB Variations
Color information
#CEADA7 (or 0xCEADA7) is known color: Clam Shell. HEX triplet: CE, AD and A7. RGB value is (206,173,167). Sum of RGB (Red+Green+Blue) = 206+173+167=546 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.73% from 546); Green value is 173 (67.97% from 255 or 31.68% from 546); Blue value is 167 (65.62% from 255 or 30.59% from 546); Max value from RGB is 206 - color contains mainly: red. Hex color #CEADA7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEADA7 is #315258. Grayscale: #B6B6B6. Windows color (decimal): -3232345 or 10989006. OLE color: 10989006.
HSL color Cylindrical-coordinate representation of color #CEADA7: hue angle of 9.23º degrees, saturation: 0.28, 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 #CEADA7 is Cyan = 0, Magento = 0.16, Yellow = 0.19 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 173 | 167 | - |
| CMYK | 0 | 0.16 | 0.19 | 0.19 |
| HSL | 9.23º | 0.28% | 0.73% | - |
| HSV(B) | 9.23º | 0.19% | 0.81% | - |
| XYZ | 47.37 | 45.8 | 42.9 | - |
| YUV | 182.18 | 119.43 | 144.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 173 | 167 | 0 | 0.16 | 0.19 | 0.19 | 9.23 | 0.28 | 0.73 |
| Hex | CE | AD | A7 | 0 | 10 | 13 | 13 | 9 | 1C | 49 |
| Octal | 316 | 255 | 247 | 0 | 20 | 23 | 23 | 11 | 34 | 111 |
| Binary | 11001110 | 10101101 | 10100111 | 0 | 10000 | 10011 | 10011 | 1001 | 11100 | 1001001 |
Color Harmonies of #CEADA7
Complementary color
Monochromatic Colors of #CEADA7
Black with #CEADA7
Text Example
Text Example
White with #CEADA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEADA7; }
p { color: rgb(206,173,167); }
H1.HeaderClassName
{
color: #CEADA7;
}
.AnyTagClassName
{
color: #CEADA7;
}
</style>
background-color css
<style>
a { background-color: #CEADA7; }
a { background-color: rgb(206,173,167); }
div.DivClassName
{
background-color: #CEADA7;
}
.BgClassName
{
background-color: #CEADA7;
}
</style>
border-color css
<style>
span { border-color: #CEADA7; }
span { border-color: rgb(206,173,167); }
td.TdClassName
{
border-color: #CEADA7;
}
.TagClassName
{
border-color: #CEADA7;
}
</style>