Shades of Sea Mist #C7D8C9
Tints of Sea Mist #C7D8C9
RGB
CMYK
RGB Variations
Color information
#C7D8C9 (or 0xC7D8C9) is known color: Sea Mist. HEX triplet: C7, D8 and C9. RGB value is (199,216,201). Sum of RGB (Red+Green+Blue) = 199+216+201=616 (81% of max value = 765). Red value is 199 (78.12% from 255 or 32.31% from 616); Green value is 216 (84.77% from 255 or 35.06% from 616); Blue value is 201 (78.91% from 255 or 32.63% from 616); Max value from RGB is 216 - color contains mainly: green. Hex color #C7D8C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7D8C9 is #382736. Grayscale: #D1D1D1. Windows color (decimal): -3680055 or 13228231. OLE color: 13228231.
HSL color Cylindrical-coordinate representation of color #C7D8C9: hue angle of 127.06º degrees, saturation: 0.18, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C7D8C9 is Cyan = 0.08, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
RGB | 199 | 216 | 201 | - |
CMYK | 0.08 | 0 | 0.07 | 0.15 |
HSL | 127.06º | 0.18% | 0.81% | - |
HSV(B) | 127.06º | 0.08% | 0.85% | - |
XYZ | 58.65 | 65.47 | 64.8 | - |
YUV | 209.21 | 123.37 | 120.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 216 | 201 | 0.08 | 0 | 0.07 | 0.15 | 127.06 | 0.18 | 0.81 |
Hex | C7 | D8 | C9 | 8 | 0 | 7 | F | 7F | 12 | 51 |
Octal | 307 | 330 | 311 | 10 | 0 | 7 | 17 | 177 | 22 | 121 |
Binary | 11000111 | 11011000 | 11001001 | 1000 | 0 | 111 | 1111 | 1111111 | 10010 | 1010001 |
Color Harmonies of #C7D8C9
Complementary color
Monochromatic Colors of #C7D8C9
Black with #C7D8C9
Text Example
Text Example
White with #C7D8C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D8C9; }
p { color: rgb(199,216,201); }
H1.HeaderClassName
{
color: #C7D8C9;
}
.AnyTagClassName
{
color: #C7D8C9;
}
</style>
background-color css
<style>
a { background-color: #C7D8C9; }
a { background-color: rgb(199,216,201); }
div.DivClassName
{
background-color: #C7D8C9;
}
.BgClassName
{
background-color: #C7D8C9;
}
</style>
border-color css
<style>
span { border-color: #C7D8C9; }
span { border-color: rgb(199,216,201); }
td.TdClassName
{
border-color: #C7D8C9;
}
.TagClassName
{
border-color: #C7D8C9;
}
</style>