Shades of Clam Shell #CEAFA5
Tints of Clam Shell #CEAFA5
RGB
CMYK
RGB Variations
Color information
#CEAFA5 (or 0xCEAFA5) is known color: Clam Shell. HEX triplet: CE, AF and A5. RGB value is (206,175,165). Sum of RGB (Red+Green+Blue) = 206+175+165=546 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.73% from 546); Green value is 175 (68.75% from 255 or 32.05% from 546); Blue value is 165 (64.84% from 255 or 30.22% from 546); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAFA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEAFA5 is #31505A. Grayscale: #B7B7B7. Windows color (decimal): -3231835 or 10858446. OLE color: 10858446.
HSL color Cylindrical-coordinate representation of color #CEAFA5: hue angle of 14.63º degrees, saturation: 0.29, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CEAFA5 is Cyan = 0, Magento = 0.15, Yellow = 0.20 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 175 | 165 | - |
| CMYK | 0 | 0.15 | 0.20 | 0.19 |
| HSL | 14.63º | 0.29% | 0.73% | - |
| HSV(B) | 14.63º | 0.2% | 0.81% | - |
| XYZ | 47.58 | 46.5 | 42.06 | - |
| YUV | 183.13 | 117.77 | 144.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 175 | 165 | 0 | 0.15 | 0.20 | 0.19 | 14.63 | 0.29 | 0.73 |
| Hex | CE | AF | A5 | 0 | F | 14 | 13 | F | 1D | 49 |
| Octal | 316 | 257 | 245 | 0 | 17 | 24 | 23 | 17 | 35 | 111 |
| Binary | 11001110 | 10101111 | 10100101 | 0 | 1111 | 10100 | 10011 | 1111 | 11101 | 1001001 |
Color Harmonies of #CEAFA5
Complementary color
Monochromatic Colors of #CEAFA5
Black with #CEAFA5
Text Example
Text Example
White with #CEAFA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEAFA5; }
p { color: rgb(206,175,165); }
H1.HeaderClassName
{
color: #CEAFA5;
}
.AnyTagClassName
{
color: #CEAFA5;
}
</style>
background-color css
<style>
a { background-color: #CEAFA5; }
a { background-color: rgb(206,175,165); }
div.DivClassName
{
background-color: #CEAFA5;
}
.BgClassName
{
background-color: #CEAFA5;
}
</style>
border-color css
<style>
span { border-color: #CEAFA5; }
span { border-color: rgb(206,175,165); }
td.TdClassName
{
border-color: #CEAFA5;
}
.TagClassName
{
border-color: #CEAFA5;
}
</style>