Shades of Sea Mist #C6D9C5
Tints of Sea Mist #C6D9C5
RGB
CMYK
RGB Variations
Color information
#C6D9C5 (or 0xC6D9C5) is known color: Sea Mist. HEX triplet: C6, D9 and C5. RGB value is (198,217,197). Sum of RGB (Red+Green+Blue) = 198+217+197=612 (81% of max value = 765). Red value is 198 (77.73% from 255 or 32.35% from 612); Green value is 217 (85.16% from 255 or 35.46% from 612); Blue value is 197 (77.34% from 255 or 32.19% from 612); Max value from RGB is 217 - color contains mainly: green. Hex color #C6D9C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6D9C5 is #39263A. Grayscale: #D1D1D1. Windows color (decimal): -3745339 or 12966342. OLE color: 12966342.
HSL color Cylindrical-coordinate representation of color #C6D9C5: hue angle of 117º degrees, saturation: 0.21, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C6D9C5 is Cyan = 0.09, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 198 | 217 | 197 | - |
| CMYK | 0.09 | 0 | 0.09 | 0.15 |
| HSL | 117º | 0.21% | 0.81% | - |
| HSV(B) | 117º | 0.09% | 0.85% | - |
| XYZ | 58.18 | 65.66 | 62.43 | - |
| YUV | 209.04 | 121.21 | 120.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 217 | 197 | 0.09 | 0 | 0.09 | 0.15 | 117 | 0.21 | 0.81 |
| Hex | C6 | D9 | C5 | 9 | 0 | 9 | F | 75 | 15 | 51 |
| Octal | 306 | 331 | 305 | 11 | 0 | 11 | 17 | 165 | 25 | 121 |
| Binary | 11000110 | 11011001 | 11000101 | 1001 | 0 | 1001 | 1111 | 1110101 | 10101 | 1010001 |
Color Harmonies of #C6D9C5
Complementary color
Monochromatic Colors of #C6D9C5
Black with #C6D9C5
Text Example
Text Example
White with #C6D9C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6D9C5; }
p { color: rgb(198,217,197); }
H1.HeaderClassName
{
color: #C6D9C5;
}
.AnyTagClassName
{
color: #C6D9C5;
}
</style>
background-color css
<style>
a { background-color: #C6D9C5; }
a { background-color: rgb(198,217,197); }
div.DivClassName
{
background-color: #C6D9C5;
}
.BgClassName
{
background-color: #C6D9C5;
}
</style>
border-color css
<style>
span { border-color: #C6D9C5; }
span { border-color: rgb(198,217,197); }
td.TdClassName
{
border-color: #C6D9C5;
}
.TagClassName
{
border-color: #C6D9C5;
}
</style>