Shades of Clam Shell #CDB5AB
Tints of Clam Shell #CDB5AB
RGB
CMYK
RGB Variations
Color information
#CDB5AB (or 0xCDB5AB) is known color: Clam Shell. HEX triplet: CD, B5 and AB. RGB value is (205,181,171). Sum of RGB (Red+Green+Blue) = 205+181+171=557 (73% of max value = 765). Red value is 205 (80.47% from 255 or 36.80% from 557); Green value is 181 (71.09% from 255 or 32.50% from 557); Blue value is 171 (67.19% from 255 or 30.70% from 557); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB5AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDB5AB is #324A54. Grayscale: #BBBBBB. Windows color (decimal): -3295829 or 11253197. OLE color: 11253197.
HSL color Cylindrical-coordinate representation of color #CDB5AB: hue angle of 17.65º degrees, saturation: 0.25, 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 #CDB5AB is Cyan = 0, Magento = 0.12, Yellow = 0.17 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 181 | 171 | - |
| CMYK | 0 | 0.12 | 0.17 | 0.20 |
| HSL | 17.65º | 0.25% | 0.74% | - |
| HSV(B) | 17.65º | 0.17% | 0.8% | - |
| XYZ | 49.05 | 48.97 | 45.39 | - |
| YUV | 187.04 | 118.95 | 140.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 181 | 171 | 0 | 0.12 | 0.17 | 0.20 | 17.65 | 0.25 | 0.74 |
| Hex | CD | B5 | AB | 0 | C | 11 | 14 | 12 | 19 | 4A |
| Octal | 315 | 265 | 253 | 0 | 14 | 21 | 24 | 22 | 31 | 112 |
| Binary | 11001101 | 10110101 | 10101011 | 0 | 1100 | 10001 | 10100 | 10010 | 11001 | 1001010 |
Color Harmonies of #CDB5AB
Complementary color
Monochromatic Colors of #CDB5AB
Black with #CDB5AB
Text Example
Text Example
White with #CDB5AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB5AB; }
p { color: rgb(205,181,171); }
H1.HeaderClassName
{
color: #CDB5AB;
}
.AnyTagClassName
{
color: #CDB5AB;
}
</style>
background-color css
<style>
a { background-color: #CDB5AB; }
a { background-color: rgb(205,181,171); }
div.DivClassName
{
background-color: #CDB5AB;
}
.BgClassName
{
background-color: #CDB5AB;
}
</style>
border-color css
<style>
span { border-color: #CDB5AB; }
span { border-color: rgb(205,181,171); }
td.TdClassName
{
border-color: #CDB5AB;
}
.TagClassName
{
border-color: #CDB5AB;
}
</style>