Shades of Clam Shell #CCADA4
Tints of Clam Shell #CCADA4
RGB
CMYK
RGB Variations
Color information
#CCADA4 (or 0xCCADA4) is known color: Clam Shell. HEX triplet: CC, AD and A4. RGB value is (204,173,164). Sum of RGB (Red+Green+Blue) = 204+173+164=541 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.71% from 541); Green value is 173 (67.97% from 255 or 31.98% from 541); Blue value is 164 (64.45% from 255 or 30.31% from 541); Max value from RGB is 204 - color contains mainly: red. Hex color #CCADA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCADA4 is #33525B. Grayscale: #B5B5B5. Windows color (decimal): -3363420 or 10792396. OLE color: 10792396.
HSL color Cylindrical-coordinate representation of color #CCADA4: hue angle of 13.5º degrees, saturation: 0.28, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CCADA4 is Cyan = 0, Magento = 0.15, Yellow = 0.20 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 173 | 164 | - |
| CMYK | 0 | 0.15 | 0.20 | 0.2 |
| HSL | 13.5º | 0.28% | 0.72% | - |
| HSV(B) | 13.5º | 0.2% | 0.8% | - |
| XYZ | 46.55 | 45.4 | 41.43 | - |
| YUV | 181.24 | 118.27 | 144.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 173 | 164 | 0 | 0.15 | 0.20 | 0.2 | 13.5 | 0.28 | 0.72 |
| Hex | CC | AD | A4 | 0 | F | 14 | 14 | E | 1C | 48 |
| Octal | 314 | 255 | 244 | 0 | 17 | 24 | 24 | 16 | 34 | 110 |
| Binary | 11001100 | 10101101 | 10100100 | 0 | 1111 | 10100 | 10100 | 1110 | 11100 | 1001000 |
Color Harmonies of #CCADA4
Complementary color
Monochromatic Colors of #CCADA4
Black with #CCADA4
Text Example
Text Example
White with #CCADA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCADA4; }
p { color: rgb(204,173,164); }
H1.HeaderClassName
{
color: #CCADA4;
}
.AnyTagClassName
{
color: #CCADA4;
}
</style>
background-color css
<style>
a { background-color: #CCADA4; }
a { background-color: rgb(204,173,164); }
div.DivClassName
{
background-color: #CCADA4;
}
.BgClassName
{
background-color: #CCADA4;
}
</style>
border-color css
<style>
span { border-color: #CCADA4; }
span { border-color: rgb(204,173,164); }
td.TdClassName
{
border-color: #CCADA4;
}
.TagClassName
{
border-color: #CCADA4;
}
</style>