Shades of Clam Shell #CEADA4
Tints of Clam Shell #CEADA4
RGB
CMYK
RGB Variations
Color information
#CEADA4 (or 0xCEADA4) is known color: Clam Shell. HEX triplet: CE, AD and A4. RGB value is (206,173,164). Sum of RGB (Red+Green+Blue) = 206+173+164=543 (71% of max value = 765). Red value is 206 (80.86% from 255 or 37.94% from 543); Green value is 173 (67.97% from 255 or 31.86% from 543); Blue value is 164 (64.45% from 255 or 30.20% from 543); Max value from RGB is 206 - color contains mainly: red. Hex color #CEADA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEADA4 is #31525B. Grayscale: #B5B5B5. Windows color (decimal): -3232348 or 10792398. OLE color: 10792398.
HSL color Cylindrical-coordinate representation of color #CEADA4: hue angle of 12.86º degrees, saturation: 0.3, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CEADA4 is Cyan = 0, Magento = 0.16, Yellow = 0.20 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 173 | 164 | - |
| CMYK | 0 | 0.16 | 0.20 | 0.19 |
| HSL | 12.86º | 0.3% | 0.73% | - |
| HSV(B) | 12.86º | 0.2% | 0.81% | - |
| XYZ | 47.1 | 45.69 | 41.46 | - |
| YUV | 181.84 | 117.93 | 145.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 173 | 164 | 0 | 0.16 | 0.20 | 0.19 | 12.86 | 0.3 | 0.73 |
| Hex | CE | AD | A4 | 0 | 10 | 14 | 13 | D | 1E | 49 |
| Octal | 316 | 255 | 244 | 0 | 20 | 24 | 23 | 15 | 36 | 111 |
| Binary | 11001110 | 10101101 | 10100100 | 0 | 10000 | 10100 | 10011 | 1101 | 11110 | 1001001 |
Color Harmonies of #CEADA4
Complementary color
Monochromatic Colors of #CEADA4
Black with #CEADA4
Text Example
Text Example
White with #CEADA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEADA4; }
p { color: rgb(206,173,164); }
H1.HeaderClassName
{
color: #CEADA4;
}
.AnyTagClassName
{
color: #CEADA4;
}
</style>
background-color css
<style>
a { background-color: #CEADA4; }
a { background-color: rgb(206,173,164); }
div.DivClassName
{
background-color: #CEADA4;
}
.BgClassName
{
background-color: #CEADA4;
}
</style>
border-color css
<style>
span { border-color: #CEADA4; }
span { border-color: rgb(206,173,164); }
td.TdClassName
{
border-color: #CEADA4;
}
.TagClassName
{
border-color: #CEADA4;
}
</style>