Shades of Sea Mist #C5DAC4
Tints of Sea Mist #C5DAC4
RGB
CMYK
RGB Variations
Color information
#C5DAC4 (or 0xC5DAC4) is known color: Sea Mist. HEX triplet: C5, DA and C4. RGB value is (197,218,196). Sum of RGB (Red+Green+Blue) = 197+218+196=611 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.24% from 611); Green value is 218 (85.55% from 255 or 35.68% from 611); Blue value is 196 (76.95% from 255 or 32.08% from 611); Max value from RGB is 218 - color contains mainly: green. Hex color #C5DAC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5DAC4 is #3A253B. Grayscale: #D1D1D1. Windows color (decimal): -3810620 or 12901061. OLE color: 12901061.
HSL color Cylindrical-coordinate representation of color #C5DAC4: hue angle of 117.27º degrees, saturation: 0.23, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C5DAC4 is Cyan = 0.10, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 197 | 218 | 196 | - |
| CMYK | 0.10 | 0 | 0.10 | 0.15 |
| HSL | 117.27º | 0.23% | 0.81% | - |
| HSV(B) | 117.27º | 0.1% | 0.85% | - |
| XYZ | 58.06 | 66 | 61.9 | - |
| YUV | 209.21 | 120.54 | 119.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 218 | 196 | 0.10 | 0 | 0.10 | 0.15 | 117.27 | 0.23 | 0.81 |
| Hex | C5 | DA | C4 | A | 0 | A | F | 75 | 17 | 51 |
| Octal | 305 | 332 | 304 | 12 | 0 | 12 | 17 | 165 | 27 | 121 |
| Binary | 11000101 | 11011010 | 11000100 | 1010 | 0 | 1010 | 1111 | 1110101 | 10111 | 1010001 |
Color Harmonies of #C5DAC4
Complementary color
Monochromatic Colors of #C5DAC4
Black with #C5DAC4
Text Example
Text Example
White with #C5DAC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5DAC4; }
p { color: rgb(197,218,196); }
H1.HeaderClassName
{
color: #C5DAC4;
}
.AnyTagClassName
{
color: #C5DAC4;
}
</style>
background-color css
<style>
a { background-color: #C5DAC4; }
a { background-color: rgb(197,218,196); }
div.DivClassName
{
background-color: #C5DAC4;
}
.BgClassName
{
background-color: #C5DAC4;
}
</style>
border-color css
<style>
span { border-color: #C5DAC4; }
span { border-color: rgb(197,218,196); }
td.TdClassName
{
border-color: #C5DAC4;
}
.TagClassName
{
border-color: #C5DAC4;
}
</style>