Shades of Clam Shell #CDADA8
Tints of Clam Shell #CDADA8
RGB
CMYK
RGB Variations
Color information
#CDADA8 (or 0xCDADA8) is known color: Clam Shell. HEX triplet: CD, AD and A8. RGB value is (205,173,168). Sum of RGB (Red+Green+Blue) = 205+173+168=546 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.55% from 546); Green value is 173 (67.97% from 255 or 31.68% from 546); Blue value is 168 (66.02% from 255 or 30.77% from 546); Max value from RGB is 205 - color contains mainly: red. Hex color #CDADA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDADA8 is #325257. Grayscale: #B6B6B6. Windows color (decimal): -3297880 or 11054541. OLE color: 11054541.
HSL color Cylindrical-coordinate representation of color #CDADA8: hue angle of 8.11º degrees, saturation: 0.27, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CDADA8 is Cyan = 0, Magento = 0.16, Yellow = 0.18 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 173 | 168 | - |
| CMYK | 0 | 0.16 | 0.18 | 0.20 |
| HSL | 8.11º | 0.27% | 0.73% | - |
| HSV(B) | 8.11º | 0.18% | 0.8% | - |
| XYZ | 47.19 | 45.69 | 43.38 | - |
| YUV | 182 | 120.1 | 144.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 173 | 168 | 0 | 0.16 | 0.18 | 0.20 | 8.11 | 0.27 | 0.73 |
| Hex | CD | AD | A8 | 0 | 10 | 12 | 14 | 8 | 1B | 49 |
| Octal | 315 | 255 | 250 | 0 | 20 | 22 | 24 | 10 | 33 | 111 |
| Binary | 11001101 | 10101101 | 10101000 | 0 | 10000 | 10010 | 10100 | 1000 | 11011 | 1001001 |
Color Harmonies of #CDADA8
Complementary color
Monochromatic Colors of #CDADA8
Black with #CDADA8
Text Example
Text Example
White with #CDADA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDADA8; }
p { color: rgb(205,173,168); }
H1.HeaderClassName
{
color: #CDADA8;
}
.AnyTagClassName
{
color: #CDADA8;
}
</style>
background-color css
<style>
a { background-color: #CDADA8; }
a { background-color: rgb(205,173,168); }
div.DivClassName
{
background-color: #CDADA8;
}
.BgClassName
{
background-color: #CDADA8;
}
</style>
border-color css
<style>
span { border-color: #CDADA8; }
span { border-color: rgb(205,173,168); }
td.TdClassName
{
border-color: #CDADA8;
}
.TagClassName
{
border-color: #CDADA8;
}
</style>