Shades of Clam Shell #CCADA8
Tints of Clam Shell #CCADA8
RGB
CMYK
RGB Variations
Color information
#CCADA8 (or 0xCCADA8) is known color: Clam Shell. HEX triplet: CC, AD and A8. RGB value is (204,173,168). Sum of RGB (Red+Green+Blue) = 204+173+168=545 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.43% from 545); Green value is 173 (67.97% from 255 or 31.74% from 545); Blue value is 168 (66.02% from 255 or 30.83% from 545); Max value from RGB is 204 - color contains mainly: red. Hex color #CCADA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCADA8 is #335257. Grayscale: #B5B5B5. Windows color (decimal): -3363416 or 11054540. OLE color: 11054540.
HSL color Cylindrical-coordinate representation of color #CCADA8: hue angle of 8.33º degrees, saturation: 0.26, 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 #CCADA8 is Cyan = 0, Magento = 0.15, Yellow = 0.18 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 173 | 168 | - |
| CMYK | 0 | 0.15 | 0.18 | 0.2 |
| HSL | 8.33º | 0.26% | 0.73% | - |
| HSV(B) | 8.33º | 0.18% | 0.8% | - |
| XYZ | 46.91 | 45.55 | 43.37 | - |
| YUV | 181.7 | 120.27 | 143.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 173 | 168 | 0 | 0.15 | 0.18 | 0.2 | 8.33 | 0.26 | 0.73 |
| Hex | CC | AD | A8 | 0 | F | 12 | 14 | 8 | 1A | 49 |
| Octal | 314 | 255 | 250 | 0 | 17 | 22 | 24 | 10 | 32 | 111 |
| Binary | 11001100 | 10101101 | 10101000 | 0 | 1111 | 10010 | 10100 | 1000 | 11010 | 1001001 |
Color Harmonies of #CCADA8
Complementary color
Monochromatic Colors of #CCADA8
Black with #CCADA8
Text Example
Text Example
White with #CCADA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCADA8; }
p { color: rgb(204,173,168); }
H1.HeaderClassName
{
color: #CCADA8;
}
.AnyTagClassName
{
color: #CCADA8;
}
</style>
background-color css
<style>
a { background-color: #CCADA8; }
a { background-color: rgb(204,173,168); }
div.DivClassName
{
background-color: #CCADA8;
}
.BgClassName
{
background-color: #CCADA8;
}
</style>
border-color css
<style>
span { border-color: #CCADA8; }
span { border-color: rgb(204,173,168); }
td.TdClassName
{
border-color: #CCADA8;
}
.TagClassName
{
border-color: #CCADA8;
}
</style>