Shades of Clam Shell #CEB1A8
Tints of Clam Shell #CEB1A8
RGB
CMYK
RGB Variations
Color information
#CEB1A8 (or 0xCEB1A8) is known color: Clam Shell. HEX triplet: CE, B1 and A8. RGB value is (206,177,168). Sum of RGB (Red+Green+Blue) = 206+177+168=551 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.39% from 551); Green value is 177 (69.53% from 255 or 32.12% from 551); Blue value is 168 (66.02% from 255 or 30.49% from 551); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB1A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEB1A8 is #314E57. Grayscale: #B8B8B8. Windows color (decimal): -3231320 or 11055566. OLE color: 11055566.
HSL color Cylindrical-coordinate representation of color #CEB1A8: hue angle of 14.21º degrees, saturation: 0.28, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CEB1A8 is Cyan = 0, Magento = 0.14, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 177 | 168 | - |
| CMYK | 0 | 0.14 | 0.18 | 0.19 |
| HSL | 14.21º | 0.28% | 0.73% | - |
| HSV(B) | 14.21º | 0.18% | 0.81% | - |
| XYZ | 48.24 | 47.39 | 43.65 | - |
| YUV | 184.65 | 118.61 | 143.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 177 | 168 | 0 | 0.14 | 0.18 | 0.19 | 14.21 | 0.28 | 0.73 |
| Hex | CE | B1 | A8 | 0 | E | 12 | 13 | E | 1C | 49 |
| Octal | 316 | 261 | 250 | 0 | 16 | 22 | 23 | 16 | 34 | 111 |
| Binary | 11001110 | 10110001 | 10101000 | 0 | 1110 | 10010 | 10011 | 1110 | 11100 | 1001001 |
Color Harmonies of #CEB1A8
Complementary color
Monochromatic Colors of #CEB1A8
Black with #CEB1A8
Text Example
Text Example
White with #CEB1A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB1A8; }
p { color: rgb(206,177,168); }
H1.HeaderClassName
{
color: #CEB1A8;
}
.AnyTagClassName
{
color: #CEB1A8;
}
</style>
background-color css
<style>
a { background-color: #CEB1A8; }
a { background-color: rgb(206,177,168); }
div.DivClassName
{
background-color: #CEB1A8;
}
.BgClassName
{
background-color: #CEB1A8;
}
</style>
border-color css
<style>
span { border-color: #CEB1A8; }
span { border-color: rgb(206,177,168); }
td.TdClassName
{
border-color: #CEB1A8;
}
.TagClassName
{
border-color: #CEB1A8;
}
</style>