Shades of Sea Mist #C5DAC6
Tints of Sea Mist #C5DAC6
RGB
CMYK
RGB Variations
Color information
#C5DAC6 (or 0xC5DAC6) is known color: Sea Mist. HEX triplet: C5, DA and C6. RGB value is (197,218,198). Sum of RGB (Red+Green+Blue) = 197+218+198=613 (81% of max value = 765). Red value is 197 (77.34% from 255 or 32.14% from 613); Green value is 218 (85.55% from 255 or 35.56% from 613); Blue value is 198 (77.73% from 255 or 32.30% from 613); Max value from RGB is 218 - color contains mainly: green. Hex color #C5DAC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5DAC6 is #3A2539. Grayscale: #D1D1D1. Windows color (decimal): -3810618 or 13032133. OLE color: 13032133.
HSL color Cylindrical-coordinate representation of color #C5DAC6: hue angle of 122.86º degrees, saturation: 0.22, 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 #C5DAC6 is Cyan = 0.10, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
RGB | 197 | 218 | 198 | - |
CMYK | 0.10 | 0 | 0.09 | 0.15 |
HSL | 122.86º | 0.22% | 0.81% | - |
HSV(B) | 122.86º | 0.1% | 0.85% | - |
XYZ | 58.29 | 66.09 | 63.11 | - |
YUV | 209.44 | 121.54 | 119.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 218 | 198 | 0.10 | 0 | 0.09 | 0.15 | 122.86 | 0.22 | 0.81 |
Hex | C5 | DA | C6 | A | 0 | 9 | F | 7B | 16 | 51 |
Octal | 305 | 332 | 306 | 12 | 0 | 11 | 17 | 173 | 26 | 121 |
Binary | 11000101 | 11011010 | 11000110 | 1010 | 0 | 1001 | 1111 | 1111011 | 10110 | 1010001 |
Color Harmonies of #C5DAC6
Complementary color
Monochromatic Colors of #C5DAC6
Black with #C5DAC6
Text Example
Text Example
White with #C5DAC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5DAC6; }
p { color: rgb(197,218,198); }
H1.HeaderClassName
{
color: #C5DAC6;
}
.AnyTagClassName
{
color: #C5DAC6;
}
</style>
background-color css
<style>
a { background-color: #C5DAC6; }
a { background-color: rgb(197,218,198); }
div.DivClassName
{
background-color: #C5DAC6;
}
.BgClassName
{
background-color: #C5DAC6;
}
</style>
border-color css
<style>
span { border-color: #C5DAC6; }
span { border-color: rgb(197,218,198); }
td.TdClassName
{
border-color: #C5DAC6;
}
.TagClassName
{
border-color: #C5DAC6;
}
</style>