Shades of Clam Shell #CDADA0
Tints of Clam Shell #CDADA0
RGB
CMYK
RGB Variations
Color information
#CDADA0 (or 0xCDADA0) is known color: Clam Shell. HEX triplet: CD, AD and A0. RGB value is (205,173,160). Sum of RGB (Red+Green+Blue) = 205+173+160=538 (71% of max value = 765). Red value is 205 (80.47% from 255 or 38.10% from 538); Green value is 173 (67.97% from 255 or 32.16% from 538); Blue value is 160 (62.89% from 255 or 29.74% from 538); Max value from RGB is 205 - color contains mainly: red. Hex color #CDADA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDADA0 is #32525F. Grayscale: #B5B5B5. Windows color (decimal): -3297888 or 10530253. OLE color: 10530253.
HSL color Cylindrical-coordinate representation of color #CDADA0: hue angle of 17.33º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CDADA0 is Cyan = 0, Magento = 0.16, Yellow = 0.22 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 173 | 160 | - |
| CMYK | 0 | 0.16 | 0.22 | 0.20 |
| HSL | 17.33º | 0.31% | 0.72% | - |
| HSV(B) | 17.33º | 0.22% | 0.8% | - |
| XYZ | 46.47 | 45.4 | 39.57 | - |
| YUV | 181.09 | 116.1 | 145.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 173 | 160 | 0 | 0.16 | 0.22 | 0.20 | 17.33 | 0.31 | 0.72 |
| Hex | CD | AD | A0 | 0 | 10 | 16 | 14 | 11 | 1F | 48 |
| Octal | 315 | 255 | 240 | 0 | 20 | 26 | 24 | 21 | 37 | 110 |
| Binary | 11001101 | 10101101 | 10100000 | 0 | 10000 | 10110 | 10100 | 10001 | 11111 | 1001000 |
Color Harmonies of #CDADA0
Complementary color
Monochromatic Colors of #CDADA0
Black with #CDADA0
Text Example
Text Example
White with #CDADA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDADA0; }
p { color: rgb(205,173,160); }
H1.HeaderClassName
{
color: #CDADA0;
}
.AnyTagClassName
{
color: #CDADA0;
}
</style>
background-color css
<style>
a { background-color: #CDADA0; }
a { background-color: rgb(205,173,160); }
div.DivClassName
{
background-color: #CDADA0;
}
.BgClassName
{
background-color: #CDADA0;
}
</style>
border-color css
<style>
span { border-color: #CDADA0; }
span { border-color: rgb(205,173,160); }
td.TdClassName
{
border-color: #CDADA0;
}
.TagClassName
{
border-color: #CDADA0;
}
</style>