Shades of Clam Shell #CDB3A4
Tints of Clam Shell #CDB3A4
RGB
CMYK
RGB Variations
Color information
#CDB3A4 (or 0xCDB3A4) is known color: Clam Shell. HEX triplet: CD, B3 and A4. RGB value is (205,179,164). Sum of RGB (Red+Green+Blue) = 205+179+164=548 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.41% from 548); Green value is 179 (70.31% from 255 or 32.66% from 548); Blue value is 164 (64.45% from 255 or 29.93% from 548); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB3A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDB3A4 is #324C5B. Grayscale: #B9B9B9. Windows color (decimal): -3296348 or 10793933. OLE color: 10793933.
HSL color Cylindrical-coordinate representation of color #CDB3A4: hue angle of 21.95º degrees, saturation: 0.29, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CDB3A4 is Cyan = 0, Magento = 0.13, Yellow = 0.2 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 179 | 164 | - |
| CMYK | 0 | 0.13 | 0.2 | 0.20 |
| HSL | 21.95º | 0.29% | 0.72% | - |
| HSV(B) | 21.95º | 0.2% | 0.8% | - |
| XYZ | 48 | 47.9 | 41.84 | - |
| YUV | 185.06 | 116.11 | 142.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 179 | 164 | 0 | 0.13 | 0.2 | 0.20 | 21.95 | 0.29 | 0.72 |
| Hex | CD | B3 | A4 | 0 | D | 14 | 14 | 16 | 1D | 48 |
| Octal | 315 | 263 | 244 | 0 | 15 | 24 | 24 | 26 | 35 | 110 |
| Binary | 11001101 | 10110011 | 10100100 | 0 | 1101 | 10100 | 10100 | 10110 | 11101 | 1001000 |
Color Harmonies of #CDB3A4
Complementary color
Monochromatic Colors of #CDB3A4
Black with #CDB3A4
Text Example
Text Example
White with #CDB3A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB3A4; }
p { color: rgb(205,179,164); }
H1.HeaderClassName
{
color: #CDB3A4;
}
.AnyTagClassName
{
color: #CDB3A4;
}
</style>
background-color css
<style>
a { background-color: #CDB3A4; }
a { background-color: rgb(205,179,164); }
div.DivClassName
{
background-color: #CDB3A4;
}
.BgClassName
{
background-color: #CDB3A4;
}
</style>
border-color css
<style>
span { border-color: #CDB3A4; }
span { border-color: rgb(205,179,164); }
td.TdClassName
{
border-color: #CDB3A4;
}
.TagClassName
{
border-color: #CDB3A4;
}
</style>