Shades of Clam Shell #CFADA3
Tints of Clam Shell #CFADA3
RGB
CMYK
RGB Variations
Color information
#CFADA3 (or 0xCFADA3) is known color: Clam Shell. HEX triplet: CF, AD and A3. RGB value is (207,173,163). Sum of RGB (Red+Green+Blue) = 207+173+163=543 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.12% from 543); Green value is 173 (67.97% from 255 or 31.86% from 543); Blue value is 163 (64.06% from 255 or 30.02% from 543); Max value from RGB is 207 - color contains mainly: red. Hex color #CFADA3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFADA3 is #30525C. Grayscale: #B6B6B6. Windows color (decimal): -3166813 or 10726863. OLE color: 10726863.
HSL color Cylindrical-coordinate representation of color #CFADA3: hue angle of 13.64º degrees, saturation: 0.31, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CFADA3 is Cyan = 0, Magento = 0.16, Yellow = 0.21 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 173 | 163 | - |
| CMYK | 0 | 0.16 | 0.21 | 0.19 |
| HSL | 13.64º | 0.31% | 0.73% | - |
| HSV(B) | 13.64º | 0.21% | 0.81% | - |
| XYZ | 47.29 | 45.8 | 41 | - |
| YUV | 182.03 | 117.26 | 145.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 173 | 163 | 0 | 0.16 | 0.21 | 0.19 | 13.64 | 0.31 | 0.73 |
| Hex | CF | AD | A3 | 0 | 10 | 15 | 13 | E | 1F | 49 |
| Octal | 317 | 255 | 243 | 0 | 20 | 25 | 23 | 16 | 37 | 111 |
| Binary | 11001111 | 10101101 | 10100011 | 0 | 10000 | 10101 | 10011 | 1110 | 11111 | 1001001 |
Color Harmonies of #CFADA3
Complementary color
Monochromatic Colors of #CFADA3
Black with #CFADA3
Text Example
Text Example
White with #CFADA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFADA3; }
p { color: rgb(207,173,163); }
H1.HeaderClassName
{
color: #CFADA3;
}
.AnyTagClassName
{
color: #CFADA3;
}
</style>
background-color css
<style>
a { background-color: #CFADA3; }
a { background-color: rgb(207,173,163); }
div.DivClassName
{
background-color: #CFADA3;
}
.BgClassName
{
background-color: #CFADA3;
}
</style>
border-color css
<style>
span { border-color: #CFADA3; }
span { border-color: rgb(207,173,163); }
td.TdClassName
{
border-color: #CFADA3;
}
.TagClassName
{
border-color: #CFADA3;
}
</style>