Shades of Clam Shell #CDB5AE
Tints of Clam Shell #CDB5AE
RGB
CMYK
RGB Variations
Color information
#CDB5AE (or 0xCDB5AE) is known color: Clam Shell. HEX triplet: CD, B5 and AE. RGB value is (205,181,174). Sum of RGB (Red+Green+Blue) = 205+181+174=560 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.61% from 560); Green value is 181 (71.09% from 255 or 32.32% from 560); Blue value is 174 (68.36% from 255 or 31.07% from 560); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB5AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDB5AE is #324A51. Grayscale: #BBBBBB. Windows color (decimal): -3295826 or 11449805. OLE color: 11449805.
HSL color Cylindrical-coordinate representation of color #CDB5AE: hue angle of 13.55º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CDB5AE is Cyan = 0, Magento = 0.12, Yellow = 0.15 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 181 | 174 | - |
| CMYK | 0 | 0.12 | 0.15 | 0.20 |
| HSL | 13.55º | 0.24% | 0.74% | - |
| HSV(B) | 13.55º | 0.15% | 0.8% | - |
| XYZ | 49.34 | 49.08 | 46.92 | - |
| YUV | 187.38 | 120.45 | 140.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 181 | 174 | 0 | 0.12 | 0.15 | 0.20 | 13.55 | 0.24 | 0.74 |
| Hex | CD | B5 | AE | 0 | C | F | 14 | E | 18 | 4A |
| Octal | 315 | 265 | 256 | 0 | 14 | 17 | 24 | 16 | 30 | 112 |
| Binary | 11001101 | 10110101 | 10101110 | 0 | 1100 | 1111 | 10100 | 1110 | 11000 | 1001010 |
Color Harmonies of #CDB5AE
Complementary color
Monochromatic Colors of #CDB5AE
Black with #CDB5AE
Text Example
Text Example
White with #CDB5AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB5AE; }
p { color: rgb(205,181,174); }
H1.HeaderClassName
{
color: #CDB5AE;
}
.AnyTagClassName
{
color: #CDB5AE;
}
</style>
background-color css
<style>
a { background-color: #CDB5AE; }
a { background-color: rgb(205,181,174); }
div.DivClassName
{
background-color: #CDB5AE;
}
.BgClassName
{
background-color: #CDB5AE;
}
</style>
border-color css
<style>
span { border-color: #CDB5AE; }
span { border-color: rgb(205,181,174); }
td.TdClassName
{
border-color: #CDB5AE;
}
.TagClassName
{
border-color: #CDB5AE;
}
</style>