Shades of Clam Shell #CEB5AA
Tints of Clam Shell #CEB5AA
RGB
CMYK
RGB Variations
Color information
#CEB5AA (or 0xCEB5AA) is known color: Clam Shell. HEX triplet: CE, B5 and AA. RGB value is (206,181,170). Sum of RGB (Red+Green+Blue) = 206+181+170=557 (73% of max value = 765). Red value is 206 (80.86% from 255 or 36.98% from 557); Green value is 181 (71.09% from 255 or 32.50% from 557); Blue value is 170 (66.80% from 255 or 30.52% from 557); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB5AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEB5AA is #314A55. Grayscale: #BBBBBB. Windows color (decimal): -3230294 or 11187662. OLE color: 11187662.
HSL color Cylindrical-coordinate representation of color #CEB5AA: hue angle of 18.33º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CEB5AA is Cyan = 0, Magento = 0.12, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 181 | 170 | - |
| CMYK | 0 | 0.12 | 0.17 | 0.19 |
| HSL | 18.33º | 0.27% | 0.74% | - |
| HSV(B) | 18.33º | 0.17% | 0.81% | - |
| XYZ | 49.23 | 49.07 | 44.91 | - |
| YUV | 187.22 | 118.28 | 141.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 181 | 170 | 0 | 0.12 | 0.17 | 0.19 | 18.33 | 0.27 | 0.74 |
| Hex | CE | B5 | AA | 0 | C | 11 | 13 | 12 | 1B | 4A |
| Octal | 316 | 265 | 252 | 0 | 14 | 21 | 23 | 22 | 33 | 112 |
| Binary | 11001110 | 10110101 | 10101010 | 0 | 1100 | 10001 | 10011 | 10010 | 11011 | 1001010 |
Color Harmonies of #CEB5AA
Complementary color
Monochromatic Colors of #CEB5AA
Black with #CEB5AA
Text Example
Text Example
White with #CEB5AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB5AA; }
p { color: rgb(206,181,170); }
H1.HeaderClassName
{
color: #CEB5AA;
}
.AnyTagClassName
{
color: #CEB5AA;
}
</style>
background-color css
<style>
a { background-color: #CEB5AA; }
a { background-color: rgb(206,181,170); }
div.DivClassName
{
background-color: #CEB5AA;
}
.BgClassName
{
background-color: #CEB5AA;
}
</style>
border-color css
<style>
span { border-color: #CEB5AA; }
span { border-color: rgb(206,181,170); }
td.TdClassName
{
border-color: #CEB5AA;
}
.TagClassName
{
border-color: #CEB5AA;
}
</style>