Shades of Sea Mist #C5DBC6
Tints of Sea Mist #C5DBC6
RGB
CMYK
RGB Variations
Color information
#C5DBC6 (or 0xC5DBC6) is known color: Sea Mist. HEX triplet: C5, DB and C6. RGB value is (197,219,198). Sum of RGB (Red+Green+Blue) = 197+219+198=614 (81% of max value = 765). Red value is 197 (77.34% from 255 or 32.08% from 614); Green value is 219 (85.94% from 255 or 35.67% from 614); Blue value is 198 (77.73% from 255 or 32.25% from 614); Max value from RGB is 219 - color contains mainly: green. Hex color #C5DBC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5DBC6 is #3A2439. Grayscale: #D2D2D2. Windows color (decimal): -3810362 or 13032389. OLE color: 13032389.
HSL color Cylindrical-coordinate representation of color #C5DBC6: hue angle of 122.73º degrees, saturation: 0.23, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C5DBC6 is Cyan = 0.10, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 197 | 219 | 198 | - |
| CMYK | 0.10 | 0 | 0.10 | 0.14 |
| HSL | 122.73º | 0.23% | 0.82% | - |
| HSV(B) | 122.73º | 0.1% | 0.86% | - |
| XYZ | 58.55 | 66.61 | 63.2 | - |
| YUV | 210.03 | 121.21 | 118.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 219 | 198 | 0.10 | 0 | 0.10 | 0.14 | 122.73 | 0.23 | 0.82 |
| Hex | C5 | DB | C6 | A | 0 | A | E | 7B | 17 | 52 |
| Octal | 305 | 333 | 306 | 12 | 0 | 12 | 16 | 173 | 27 | 122 |
| Binary | 11000101 | 11011011 | 11000110 | 1010 | 0 | 1010 | 1110 | 1111011 | 10111 | 1010010 |
Color Harmonies of #C5DBC6
Complementary color
Monochromatic Colors of #C5DBC6
Black with #C5DBC6
Text Example
Text Example
White with #C5DBC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5DBC6; }
p { color: rgb(197,219,198); }
H1.HeaderClassName
{
color: #C5DBC6;
}
.AnyTagClassName
{
color: #C5DBC6;
}
</style>
background-color css
<style>
a { background-color: #C5DBC6; }
a { background-color: rgb(197,219,198); }
div.DivClassName
{
background-color: #C5DBC6;
}
.BgClassName
{
background-color: #C5DBC6;
}
</style>
border-color css
<style>
span { border-color: #C5DBC6; }
span { border-color: rgb(197,219,198); }
td.TdClassName
{
border-color: #C5DBC6;
}
.TagClassName
{
border-color: #C5DBC6;
}
</style>