Shades of Sea Mist #C5D7C6
Tints of Sea Mist #C5D7C6
RGB
CMYK
RGB Variations
Color information
#C5D7C6 (or 0xC5D7C6) is known color: Sea Mist. HEX triplet: C5, D7 and C6. RGB value is (197,215,198). Sum of RGB (Red+Green+Blue) = 197+215+198=610 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.30% from 610); Green value is 215 (84.38% from 255 or 35.25% from 610); Blue value is 198 (77.73% from 255 or 32.46% from 610); Max value from RGB is 215 - color contains mainly: green. Hex color #C5D7C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5D7C6 is #3A2839. Grayscale: #CFCFCF. Windows color (decimal): -3811386 or 13031365. OLE color: 13031365.
HSL color Cylindrical-coordinate representation of color #C5D7C6: hue angle of 123.33º degrees, saturation: 0.18, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C5D7C6 is Cyan = 0.08, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 197 | 215 | 198 | - |
| CMYK | 0.08 | 0 | 0.08 | 0.16 |
| HSL | 123.33º | 0.18% | 0.81% | - |
| HSV(B) | 123.33º | 0.08% | 0.84% | - |
| XYZ | 57.52 | 64.55 | 62.85 | - |
| YUV | 207.68 | 122.54 | 120.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 215 | 198 | 0.08 | 0 | 0.08 | 0.16 | 123.33 | 0.18 | 0.81 |
| Hex | C5 | D7 | C6 | 8 | 0 | 8 | 10 | 7B | 12 | 51 |
| Octal | 305 | 327 | 306 | 10 | 0 | 10 | 20 | 173 | 22 | 121 |
| Binary | 11000101 | 11010111 | 11000110 | 1000 | 0 | 1000 | 10000 | 1111011 | 10010 | 1010001 |
Color Harmonies of #C5D7C6
Complementary color
Monochromatic Colors of #C5D7C6
Black with #C5D7C6
Text Example
Text Example
White with #C5D7C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D7C6; }
p { color: rgb(197,215,198); }
H1.HeaderClassName
{
color: #C5D7C6;
}
.AnyTagClassName
{
color: #C5D7C6;
}
</style>
background-color css
<style>
a { background-color: #C5D7C6; }
a { background-color: rgb(197,215,198); }
div.DivClassName
{
background-color: #C5D7C6;
}
.BgClassName
{
background-color: #C5D7C6;
}
</style>
border-color css
<style>
span { border-color: #C5D7C6; }
span { border-color: rgb(197,215,198); }
td.TdClassName
{
border-color: #C5D7C6;
}
.TagClassName
{
border-color: #C5D7C6;
}
</style>