Shades of Sea Mist #C5DBC5
Tints of Sea Mist #C5DBC5
RGB
CMYK
RGB Variations
Color information
#C5DBC5 (or 0xC5DBC5) is known color: Sea Mist. HEX triplet: C5, DB and C5. RGB value is (197,219,197). Sum of RGB (Red+Green+Blue) = 197+219+197=613 (81% of max value = 765). Red value is 197 (77.34% from 255 or 32.14% from 613); Green value is 219 (85.94% from 255 or 35.73% from 613); Blue value is 197 (77.34% from 255 or 32.14% from 613); Max value from RGB is 219 - color contains mainly: green. Hex color #C5DBC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5DBC5 is #3A243A. Grayscale: #D1D1D1. Windows color (decimal): -3810363 or 12966853. OLE color: 12966853.
HSL color Cylindrical-coordinate representation of color #C5DBC5: hue angle of 120º 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 #C5DBC5 is Cyan = 0.10, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
RGB | 197 | 219 | 197 | - |
CMYK | 0.10 | 0 | 0.10 | 0.14 |
HSL | 120º | 0.23% | 0.82% | - |
HSV(B) | 120º | 0.1% | 0.86% | - |
XYZ | 58.44 | 66.56 | 62.59 | - |
YUV | 209.91 | 120.71 | 118.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 219 | 197 | 0.10 | 0 | 0.10 | 0.14 | 120 | 0.23 | 0.82 |
Hex | C5 | DB | C5 | A | 0 | A | E | 78 | 17 | 52 |
Octal | 305 | 333 | 305 | 12 | 0 | 12 | 16 | 170 | 27 | 122 |
Binary | 11000101 | 11011011 | 11000101 | 1010 | 0 | 1010 | 1110 | 1111000 | 10111 | 1010010 |
Color Harmonies of #C5DBC5
Complementary color
Monochromatic Colors of #C5DBC5
Black with #C5DBC5
Text Example
Text Example
White with #C5DBC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5DBC5; }
p { color: rgb(197,219,197); }
H1.HeaderClassName
{
color: #C5DBC5;
}
.AnyTagClassName
{
color: #C5DBC5;
}
</style>
background-color css
<style>
a { background-color: #C5DBC5; }
a { background-color: rgb(197,219,197); }
div.DivClassName
{
background-color: #C5DBC5;
}
.BgClassName
{
background-color: #C5DBC5;
}
</style>
border-color css
<style>
span { border-color: #C5DBC5; }
span { border-color: rgb(197,219,197); }
td.TdClassName
{
border-color: #C5DBC5;
}
.TagClassName
{
border-color: #C5DBC5;
}
</style>