Shades of Sea Mist #C5D6C4
Tints of Sea Mist #C5D6C4
RGB
CMYK
RGB Variations
Color information
#C5D6C4 (or 0xC5D6C4) is known color: Sea Mist. HEX triplet: C5, D6 and C4. RGB value is (197,214,196). Sum of RGB (Red+Green+Blue) = 197+214+196=607 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.45% from 607); Green value is 214 (83.98% from 255 or 35.26% from 607); Blue value is 196 (76.95% from 255 or 32.29% from 607); Max value from RGB is 214 - color contains mainly: green. Hex color #C5D6C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5D6C4 is #3A293B. Grayscale: #CECECE. Windows color (decimal): -3811644 or 12900037. OLE color: 12900037.
HSL color Cylindrical-coordinate representation of color #C5D6C4: hue angle of 116.67º degrees, saturation: 0.18, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C5D6C4 is Cyan = 0.08, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 197 | 214 | 196 | - |
| CMYK | 0.08 | 0 | 0.08 | 0.16 |
| HSL | 116.67º | 0.18% | 0.8% | - |
| HSV(B) | 116.67º | 0.08% | 0.84% | - |
| XYZ | 57.04 | 63.95 | 61.56 | - |
| YUV | 206.87 | 121.87 | 120.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 214 | 196 | 0.08 | 0 | 0.08 | 0.16 | 116.67 | 0.18 | 0.8 |
| Hex | C5 | D6 | C4 | 8 | 0 | 8 | 10 | 75 | 12 | 50 |
| Octal | 305 | 326 | 304 | 10 | 0 | 10 | 20 | 165 | 22 | 120 |
| Binary | 11000101 | 11010110 | 11000100 | 1000 | 0 | 1000 | 10000 | 1110101 | 10010 | 1010000 |
Color Harmonies of #C5D6C4
Complementary color
Monochromatic Colors of #C5D6C4
Black with #C5D6C4
Text Example
Text Example
White with #C5D6C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D6C4; }
p { color: rgb(197,214,196); }
H1.HeaderClassName
{
color: #C5D6C4;
}
.AnyTagClassName
{
color: #C5D6C4;
}
</style>
background-color css
<style>
a { background-color: #C5D6C4; }
a { background-color: rgb(197,214,196); }
div.DivClassName
{
background-color: #C5D6C4;
}
.BgClassName
{
background-color: #C5D6C4;
}
</style>
border-color css
<style>
span { border-color: #C5D6C4; }
span { border-color: rgb(197,214,196); }
td.TdClassName
{
border-color: #C5D6C4;
}
.TagClassName
{
border-color: #C5D6C4;
}
</style>