Shades of Clam Shell #CCADA6
Tints of Clam Shell #CCADA6
RGB
CMYK
RGB Variations
Color information
#CCADA6 (or 0xCCADA6) is known color: Clam Shell. HEX triplet: CC, AD and A6. RGB value is (204,173,166). Sum of RGB (Red+Green+Blue) = 204+173+166=543 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.57% from 543); Green value is 173 (67.97% from 255 or 31.86% from 543); Blue value is 166 (65.23% from 255 or 30.57% from 543); Max value from RGB is 204 - color contains mainly: red. Hex color #CCADA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCADA6 is #335259. Grayscale: #B5B5B5. Windows color (decimal): -3363418 or 10923468. OLE color: 10923468.
HSL color Cylindrical-coordinate representation of color #CCADA6: hue angle of 11.05º degrees, saturation: 0.27, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CCADA6 is Cyan = 0, Magento = 0.15, Yellow = 0.19 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 173 | 166 | - |
| CMYK | 0 | 0.15 | 0.19 | 0.2 |
| HSL | 11.05º | 0.27% | 0.73% | - |
| HSV(B) | 11.05º | 0.19% | 0.8% | - |
| XYZ | 46.73 | 45.48 | 42.39 | - |
| YUV | 181.47 | 119.27 | 144.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 173 | 166 | 0 | 0.15 | 0.19 | 0.2 | 11.05 | 0.27 | 0.73 |
| Hex | CC | AD | A6 | 0 | F | 13 | 14 | B | 1B | 49 |
| Octal | 314 | 255 | 246 | 0 | 17 | 23 | 24 | 13 | 33 | 111 |
| Binary | 11001100 | 10101101 | 10100110 | 0 | 1111 | 10011 | 10100 | 1011 | 11011 | 1001001 |
Color Harmonies of #CCADA6
Complementary color
Monochromatic Colors of #CCADA6
Black with #CCADA6
Text Example
Text Example
White with #CCADA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCADA6; }
p { color: rgb(204,173,166); }
H1.HeaderClassName
{
color: #CCADA6;
}
.AnyTagClassName
{
color: #CCADA6;
}
</style>
background-color css
<style>
a { background-color: #CCADA6; }
a { background-color: rgb(204,173,166); }
div.DivClassName
{
background-color: #CCADA6;
}
.BgClassName
{
background-color: #CCADA6;
}
</style>
border-color css
<style>
span { border-color: #CCADA6; }
span { border-color: rgb(204,173,166); }
td.TdClassName
{
border-color: #CCADA6;
}
.TagClassName
{
border-color: #CCADA6;
}
</style>