Shades of Sea Mist #C9D7C9
Tints of Sea Mist #C9D7C9
RGB
CMYK
RGB Variations
Color information
#C9D7C9 (or 0xC9D7C9) is known color: Sea Mist. HEX triplet: C9, D7 and C9. RGB value is (201,215,201). Sum of RGB (Red+Green+Blue) = 201+215+201=617 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.58% from 617); Green value is 215 (84.38% from 255 or 34.85% from 617); Blue value is 201 (78.91% from 255 or 32.58% from 617); Max value from RGB is 215 - color contains mainly: green. Hex color #C9D7C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9D7C9 is #362836. Grayscale: #D1D1D1. Windows color (decimal): -3549239 or 13227977. OLE color: 13227977.
HSL color Cylindrical-coordinate representation of color #C9D7C9: hue angle of 120º degrees, saturation: 0.15, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C9D7C9 is Cyan = 0.07, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 201 | 215 | 201 | - |
| CMYK | 0.07 | 0 | 0.07 | 0.16 |
| HSL | 120º | 0.15% | 0.82% | - |
| HSV(B) | 120º | 0.07% | 0.84% | - |
| XYZ | 58.93 | 65.24 | 64.74 | - |
| YUV | 209.22 | 123.36 | 122.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 215 | 201 | 0.07 | 0 | 0.07 | 0.16 | 120 | 0.15 | 0.82 |
| Hex | C9 | D7 | C9 | 7 | 0 | 7 | 10 | 78 | F | 52 |
| Octal | 311 | 327 | 311 | 7 | 0 | 7 | 20 | 170 | 17 | 122 |
| Binary | 11001001 | 11010111 | 11001001 | 111 | 0 | 111 | 10000 | 1111000 | 1111 | 1010010 |
Color Harmonies of #C9D7C9
Complementary color
Monochromatic Colors of #C9D7C9
Black with #C9D7C9
Text Example
Text Example
White with #C9D7C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9D7C9; }
p { color: rgb(201,215,201); }
H1.HeaderClassName
{
color: #C9D7C9;
}
.AnyTagClassName
{
color: #C9D7C9;
}
</style>
background-color css
<style>
a { background-color: #C9D7C9; }
a { background-color: rgb(201,215,201); }
div.DivClassName
{
background-color: #C9D7C9;
}
.BgClassName
{
background-color: #C9D7C9;
}
</style>
border-color css
<style>
span { border-color: #C9D7C9; }
span { border-color: rgb(201,215,201); }
td.TdClassName
{
border-color: #C9D7C9;
}
.TagClassName
{
border-color: #C9D7C9;
}
</style>