Shades of Clam Shell #CDB4AA
Tints of Clam Shell #CDB4AA
RGB
CMYK
RGB Variations
Color information
#CDB4AA (or 0xCDB4AA) is known color: Clam Shell. HEX triplet: CD, B4 and AA. RGB value is (205,180,170). Sum of RGB (Red+Green+Blue) = 205+180+170=555 (73% of max value = 765). Red value is 205 (80.47% from 255 or 36.94% from 555); Green value is 180 (70.70% from 255 or 32.43% from 555); Blue value is 170 (66.80% from 255 or 30.63% from 555); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB4AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDB4AA is #324B55. Grayscale: #BABABA. Windows color (decimal): -3296086 or 11187405. OLE color: 11187405.
HSL color Cylindrical-coordinate representation of color #CDB4AA: hue angle of 17.14º degrees, saturation: 0.26, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CDB4AA is Cyan = 0, Magento = 0.12, Yellow = 0.17 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 180 | 170 | - |
| CMYK | 0 | 0.12 | 0.17 | 0.20 |
| HSL | 17.14º | 0.26% | 0.74% | - |
| HSV(B) | 17.14º | 0.17% | 0.8% | - |
| XYZ | 48.75 | 48.52 | 44.83 | - |
| YUV | 186.34 | 118.78 | 141.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 180 | 170 | 0 | 0.12 | 0.17 | 0.20 | 17.14 | 0.26 | 0.74 |
| Hex | CD | B4 | AA | 0 | C | 11 | 14 | 11 | 1A | 4A |
| Octal | 315 | 264 | 252 | 0 | 14 | 21 | 24 | 21 | 32 | 112 |
| Binary | 11001101 | 10110100 | 10101010 | 0 | 1100 | 10001 | 10100 | 10001 | 11010 | 1001010 |
Color Harmonies of #CDB4AA
Complementary color
Monochromatic Colors of #CDB4AA
Black with #CDB4AA
Text Example
Text Example
White with #CDB4AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB4AA; }
p { color: rgb(205,180,170); }
H1.HeaderClassName
{
color: #CDB4AA;
}
.AnyTagClassName
{
color: #CDB4AA;
}
</style>
background-color css
<style>
a { background-color: #CDB4AA; }
a { background-color: rgb(205,180,170); }
div.DivClassName
{
background-color: #CDB4AA;
}
.BgClassName
{
background-color: #CDB4AA;
}
</style>
border-color css
<style>
span { border-color: #CDB4AA; }
span { border-color: rgb(205,180,170); }
td.TdClassName
{
border-color: #CDB4AA;
}
.TagClassName
{
border-color: #CDB4AA;
}
</style>