Shades of Clam Shell #CEAFA8
Tints of Clam Shell #CEAFA8
RGB
CMYK
RGB Variations
Color information
#CEAFA8 (or 0xCEAFA8) is known color: Clam Shell. HEX triplet: CE, AF and A8. RGB value is (206,175,168). Sum of RGB (Red+Green+Blue) = 206+175+168=549 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.52% from 549); Green value is 175 (68.75% from 255 or 31.88% from 549); Blue value is 168 (66.02% from 255 or 30.60% from 549); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAFA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEAFA8 is #315057. Grayscale: #B7B7B7. Windows color (decimal): -3231832 or 11055054. OLE color: 11055054.
HSL color Cylindrical-coordinate representation of color #CEAFA8: hue angle of 11.05º 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 #CEAFA8 is Cyan = 0, Magento = 0.15, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 175 | 168 | - |
| CMYK | 0 | 0.15 | 0.18 | 0.19 |
| HSL | 11.05º | 0.28% | 0.73% | - |
| HSV(B) | 11.05º | 0.18% | 0.81% | - |
| XYZ | 47.85 | 46.61 | 43.52 | - |
| YUV | 183.47 | 119.27 | 144.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 175 | 168 | 0 | 0.15 | 0.18 | 0.19 | 11.05 | 0.28 | 0.73 |
| Hex | CE | AF | A8 | 0 | F | 12 | 13 | B | 1C | 49 |
| Octal | 316 | 257 | 250 | 0 | 17 | 22 | 23 | 13 | 34 | 111 |
| Binary | 11001110 | 10101111 | 10101000 | 0 | 1111 | 10010 | 10011 | 1011 | 11100 | 1001001 |
Color Harmonies of #CEAFA8
Complementary color
Monochromatic Colors of #CEAFA8
Black with #CEAFA8
Text Example
Text Example
White with #CEAFA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEAFA8; }
p { color: rgb(206,175,168); }
H1.HeaderClassName
{
color: #CEAFA8;
}
.AnyTagClassName
{
color: #CEAFA8;
}
</style>
background-color css
<style>
a { background-color: #CEAFA8; }
a { background-color: rgb(206,175,168); }
div.DivClassName
{
background-color: #CEAFA8;
}
.BgClassName
{
background-color: #CEAFA8;
}
</style>
border-color css
<style>
span { border-color: #CEAFA8; }
span { border-color: rgb(206,175,168); }
td.TdClassName
{
border-color: #CEAFA8;
}
.TagClassName
{
border-color: #CEAFA8;
}
</style>