Shades of Clam Shell #CDAEA2
Tints of Clam Shell #CDAEA2
RGB
CMYK
RGB Variations
Color information
#CDAEA2 (or 0xCDAEA2) is known color: Clam Shell. HEX triplet: CD, AE and A2. RGB value is (205,174,162). Sum of RGB (Red+Green+Blue) = 205+174+162=541 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.89% from 541); Green value is 174 (68.36% from 255 or 32.16% from 541); Blue value is 162 (63.67% from 255 or 29.94% from 541); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAEA2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDAEA2 is #32515D. Grayscale: #B5B5B5. Windows color (decimal): -3297630 or 10661581. OLE color: 10661581.
HSL color Cylindrical-coordinate representation of color #CDAEA2: hue angle of 16.74º degrees, saturation: 0.3, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CDAEA2 is Cyan = 0, Magento = 0.15, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 174 | 162 | - |
| CMYK | 0 | 0.15 | 0.21 | 0.20 |
| HSL | 16.74º | 0.3% | 0.72% | - |
| HSV(B) | 16.74º | 0.21% | 0.8% | - |
| XYZ | 46.83 | 45.86 | 40.57 | - |
| YUV | 181.9 | 116.77 | 144.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 174 | 162 | 0 | 0.15 | 0.21 | 0.20 | 16.74 | 0.3 | 0.72 |
| Hex | CD | AE | A2 | 0 | F | 15 | 14 | 11 | 1E | 48 |
| Octal | 315 | 256 | 242 | 0 | 17 | 25 | 24 | 21 | 36 | 110 |
| Binary | 11001101 | 10101110 | 10100010 | 0 | 1111 | 10101 | 10100 | 10001 | 11110 | 1001000 |
Color Harmonies of #CDAEA2
Complementary color
Monochromatic Colors of #CDAEA2
Black with #CDAEA2
Text Example
Text Example
White with #CDAEA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDAEA2; }
p { color: rgb(205,174,162); }
H1.HeaderClassName
{
color: #CDAEA2;
}
.AnyTagClassName
{
color: #CDAEA2;
}
</style>
background-color css
<style>
a { background-color: #CDAEA2; }
a { background-color: rgb(205,174,162); }
div.DivClassName
{
background-color: #CDAEA2;
}
.BgClassName
{
background-color: #CDAEA2;
}
</style>
border-color css
<style>
span { border-color: #CDAEA2; }
span { border-color: rgb(205,174,162); }
td.TdClassName
{
border-color: #CDAEA2;
}
.TagClassName
{
border-color: #CDAEA2;
}
</style>