Shades of Sea Mist #C5DDC6
Tints of Sea Mist #C5DDC6
RGB
CMYK
RGB Variations
Color information
#C5DDC6 (or 0xC5DDC6) is known color: Sea Mist. HEX triplet: C5, DD and C6. RGB value is (197,221,198). Sum of RGB (Red+Green+Blue) = 197+221+198=616 (81% of max value = 765). Red value is 197 (77.34% from 255 or 31.98% from 616); Green value is 221 (86.72% from 255 or 35.88% from 616); Blue value is 198 (77.73% from 255 or 32.14% from 616); Max value from RGB is 221 - color contains mainly: green. Hex color #C5DDC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5DDC6 is #3A2239. Grayscale: #D3D3D3. Windows color (decimal): -3809850 or 13032901. OLE color: 13032901.
HSL color Cylindrical-coordinate representation of color #C5DDC6: hue angle of 122.5º degrees, saturation: 0.26, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C5DDC6 is Cyan = 0.11, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
RGB | 197 | 221 | 198 | - |
CMYK | 0.11 | 0 | 0.10 | 0.13 |
HSL | 122.5º | 0.26% | 0.82% | - |
HSV(B) | 122.5º | 0.11% | 0.87% | - |
XYZ | 59.08 | 67.66 | 63.37 | - |
YUV | 211.2 | 120.55 | 117.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 221 | 198 | 0.11 | 0 | 0.10 | 0.13 | 122.5 | 0.26 | 0.82 |
Hex | C5 | DD | C6 | B | 0 | A | D | 7B | 1A | 52 |
Octal | 305 | 335 | 306 | 13 | 0 | 12 | 15 | 173 | 32 | 122 |
Binary | 11000101 | 11011101 | 11000110 | 1011 | 0 | 1010 | 1101 | 1111011 | 11010 | 1010010 |
Color Harmonies of #C5DDC6
Complementary color
Monochromatic Colors of #C5DDC6
Black with #C5DDC6
Text Example
Text Example
White with #C5DDC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5DDC6; }
p { color: rgb(197,221,198); }
H1.HeaderClassName
{
color: #C5DDC6;
}
.AnyTagClassName
{
color: #C5DDC6;
}
</style>
background-color css
<style>
a { background-color: #C5DDC6; }
a { background-color: rgb(197,221,198); }
div.DivClassName
{
background-color: #C5DDC6;
}
.BgClassName
{
background-color: #C5DDC6;
}
</style>
border-color css
<style>
span { border-color: #C5DDC6; }
span { border-color: rgb(197,221,198); }
td.TdClassName
{
border-color: #C5DDC6;
}
.TagClassName
{
border-color: #C5DDC6;
}
</style>