Shades of Clam Shell #CEADA2
Tints of Clam Shell #CEADA2
RGB
CMYK
RGB Variations
Color information
#CEADA2 (or 0xCEADA2) is known color: Clam Shell. HEX triplet: CE, AD and A2. RGB value is (206,173,162). Sum of RGB (Red+Green+Blue) = 206+173+162=541 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.08% from 541); Green value is 173 (67.97% from 255 or 31.98% from 541); Blue value is 162 (63.67% from 255 or 29.94% from 541); Max value from RGB is 206 - color contains mainly: red. Hex color #CEADA2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEADA2 is #31525D. Grayscale: #B5B5B5. Windows color (decimal): -3232350 or 10661326. OLE color: 10661326.
HSL color Cylindrical-coordinate representation of color #CEADA2: hue angle of 15º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CEADA2 is Cyan = 0, Magento = 0.16, Yellow = 0.21 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 173 | 162 | - |
| CMYK | 0 | 0.16 | 0.21 | 0.19 |
| HSL | 15º | 0.31% | 0.72% | - |
| HSV(B) | 15º | 0.21% | 0.81% | - |
| XYZ | 46.92 | 45.62 | 40.51 | - |
| YUV | 181.61 | 116.93 | 145.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 173 | 162 | 0 | 0.16 | 0.21 | 0.19 | 15 | 0.31 | 0.72 |
| Hex | CE | AD | A2 | 0 | 10 | 15 | 13 | F | 1F | 48 |
| Octal | 316 | 255 | 242 | 0 | 20 | 25 | 23 | 17 | 37 | 110 |
| Binary | 11001110 | 10101101 | 10100010 | 0 | 10000 | 10101 | 10011 | 1111 | 11111 | 1001000 |
Color Harmonies of #CEADA2
Complementary color
Monochromatic Colors of #CEADA2
Black with #CEADA2
Text Example
Text Example
White with #CEADA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEADA2; }
p { color: rgb(206,173,162); }
H1.HeaderClassName
{
color: #CEADA2;
}
.AnyTagClassName
{
color: #CEADA2;
}
</style>
background-color css
<style>
a { background-color: #CEADA2; }
a { background-color: rgb(206,173,162); }
div.DivClassName
{
background-color: #CEADA2;
}
.BgClassName
{
background-color: #CEADA2;
}
</style>
border-color css
<style>
span { border-color: #CEADA2; }
span { border-color: rgb(206,173,162); }
td.TdClassName
{
border-color: #CEADA2;
}
.TagClassName
{
border-color: #CEADA2;
}
</style>