Shades of Sea Mist #C8D7C9
Tints of Sea Mist #C8D7C9
RGB
CMYK
RGB Variations
Color information
#C8D7C9 (or 0xC8D7C9) is known color: Sea Mist. HEX triplet: C8, D7 and C9. RGB value is (200,215,201). Sum of RGB (Red+Green+Blue) = 200+215+201=616 (81% of max value = 765). Red value is 200 (78.52% from 255 or 32.47% from 616); Green value is 215 (84.38% from 255 or 34.90% from 616); Blue value is 201 (78.91% from 255 or 32.63% from 616); Max value from RGB is 215 - color contains mainly: green. Hex color #C8D7C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8D7C9 is #372836. Grayscale: #D0D0D0. Windows color (decimal): -3614775 or 13227976. OLE color: 13227976.
HSL color Cylindrical-coordinate representation of color #C8D7C9: hue angle of 124º degrees, saturation: 0.16, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C8D7C9 is Cyan = 0.07, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 200 | 215 | 201 | - |
| CMYK | 0.07 | 0 | 0.07 | 0.16 |
| HSL | 124º | 0.16% | 0.81% | - |
| HSV(B) | 124º | 0.07% | 0.84% | - |
| XYZ | 58.66 | 65.1 | 64.73 | - |
| YUV | 208.92 | 123.53 | 121.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 215 | 201 | 0.07 | 0 | 0.07 | 0.16 | 124 | 0.16 | 0.81 |
| Hex | C8 | D7 | C9 | 7 | 0 | 7 | 10 | 7C | 10 | 51 |
| Octal | 310 | 327 | 311 | 7 | 0 | 7 | 20 | 174 | 20 | 121 |
| Binary | 11001000 | 11010111 | 11001001 | 111 | 0 | 111 | 10000 | 1111100 | 10000 | 1010001 |
Color Harmonies of #C8D7C9
Complementary color
Monochromatic Colors of #C8D7C9
Black with #C8D7C9
Text Example
Text Example
White with #C8D7C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D7C9; }
p { color: rgb(200,215,201); }
H1.HeaderClassName
{
color: #C8D7C9;
}
.AnyTagClassName
{
color: #C8D7C9;
}
</style>
background-color css
<style>
a { background-color: #C8D7C9; }
a { background-color: rgb(200,215,201); }
div.DivClassName
{
background-color: #C8D7C9;
}
.BgClassName
{
background-color: #C8D7C9;
}
</style>
border-color css
<style>
span { border-color: #C8D7C9; }
span { border-color: rgb(200,215,201); }
td.TdClassName
{
border-color: #C8D7C9;
}
.TagClassName
{
border-color: #C8D7C9;
}
</style>