Shades of Clam Shell #CDB1AA
Tints of Clam Shell #CDB1AA
RGB
CMYK
RGB Variations
Color information
#CDB1AA (or 0xCDB1AA) is known color: Clam Shell. HEX triplet: CD, B1 and AA. RGB value is (205,177,170). Sum of RGB (Red+Green+Blue) = 205+177+170=552 (73% of max value = 765). Red value is 205 (80.47% from 255 or 37.14% from 552); Green value is 177 (69.53% from 255 or 32.07% from 552); Blue value is 170 (66.80% from 255 or 30.80% from 552); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB1AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDB1AA is #324E55. Grayscale: #B8B8B8. Windows color (decimal): -3296854 or 11186637. OLE color: 11186637.
HSL color Cylindrical-coordinate representation of color #CDB1AA: hue angle of 12º 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 #CDB1AA is Cyan = 0, Magento = 0.14, Yellow = 0.17 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 177 | 170 | - |
| CMYK | 0 | 0.14 | 0.17 | 0.20 |
| HSL | 12º | 0.26% | 0.74% | - |
| HSV(B) | 12º | 0.17% | 0.8% | - |
| XYZ | 48.15 | 47.33 | 44.63 | - |
| YUV | 184.57 | 119.78 | 142.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 177 | 170 | 0 | 0.14 | 0.17 | 0.20 | 12 | 0.26 | 0.74 |
| Hex | CD | B1 | AA | 0 | E | 11 | 14 | C | 1A | 4A |
| Octal | 315 | 261 | 252 | 0 | 16 | 21 | 24 | 14 | 32 | 112 |
| Binary | 11001101 | 10110001 | 10101010 | 0 | 1110 | 10001 | 10100 | 1100 | 11010 | 1001010 |
Color Harmonies of #CDB1AA
Complementary color
Monochromatic Colors of #CDB1AA
Black with #CDB1AA
Text Example
Text Example
White with #CDB1AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB1AA; }
p { color: rgb(205,177,170); }
H1.HeaderClassName
{
color: #CDB1AA;
}
.AnyTagClassName
{
color: #CDB1AA;
}
</style>
background-color css
<style>
a { background-color: #CDB1AA; }
a { background-color: rgb(205,177,170); }
div.DivClassName
{
background-color: #CDB1AA;
}
.BgClassName
{
background-color: #CDB1AA;
}
</style>
border-color css
<style>
span { border-color: #CDB1AA; }
span { border-color: rgb(205,177,170); }
td.TdClassName
{
border-color: #CDB1AA;
}
.TagClassName
{
border-color: #CDB1AA;
}
</style>