Shades of Sea Mist #C5D9C7
Tints of Sea Mist #C5D9C7
RGB
CMYK
RGB Variations
Color information
#C5D9C7 (or 0xC5D9C7) is known color: Sea Mist. HEX triplet: C5, D9 and C7. RGB value is (197,217,199). Sum of RGB (Red+Green+Blue) = 197+217+199=613 (81% of max value = 765). Red value is 197 (77.34% from 255 or 32.14% from 613); Green value is 217 (85.16% from 255 or 35.40% from 613); Blue value is 199 (78.12% from 255 or 32.46% from 613); Max value from RGB is 217 - color contains mainly: green. Hex color #C5D9C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5D9C7 is #3A2638. Grayscale: #D1D1D1. Windows color (decimal): -3810873 or 13097413. OLE color: 13097413.
HSL color Cylindrical-coordinate representation of color #C5D9C7: hue angle of 126º 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 #C5D9C7 is Cyan = 0.09, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
RGB | 197 | 217 | 199 | - |
CMYK | 0.09 | 0 | 0.08 | 0.15 |
HSL | 126º | 0.21% | 0.81% | - |
HSV(B) | 126º | 0.09% | 0.85% | - |
XYZ | 58.15 | 65.62 | 63.63 | - |
YUV | 208.97 | 122.37 | 119.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 217 | 199 | 0.09 | 0 | 0.08 | 0.15 | 126 | 0.21 | 0.81 |
Hex | C5 | D9 | C7 | 9 | 0 | 8 | F | 7E | 15 | 51 |
Octal | 305 | 331 | 307 | 11 | 0 | 10 | 17 | 176 | 25 | 121 |
Binary | 11000101 | 11011001 | 11000111 | 1001 | 0 | 1000 | 1111 | 1111110 | 10101 | 1010001 |
Color Harmonies of #C5D9C7
Complementary color
Monochromatic Colors of #C5D9C7
Black with #C5D9C7
Text Example
Text Example
White with #C5D9C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D9C7; }
p { color: rgb(197,217,199); }
H1.HeaderClassName
{
color: #C5D9C7;
}
.AnyTagClassName
{
color: #C5D9C7;
}
</style>
background-color css
<style>
a { background-color: #C5D9C7; }
a { background-color: rgb(197,217,199); }
div.DivClassName
{
background-color: #C5D9C7;
}
.BgClassName
{
background-color: #C5D9C7;
}
</style>
border-color css
<style>
span { border-color: #C5D9C7; }
span { border-color: rgb(197,217,199); }
td.TdClassName
{
border-color: #C5D9C7;
}
.TagClassName
{
border-color: #C5D9C7;
}
</style>