Shades of Sea Mist #C1DCC0
Tints of Sea Mist #C1DCC0
RGB
CMYK
RGB Variations
Color information
#C1DCC0 (or 0xC1DCC0) is known color: Sea Mist. HEX triplet: C1, DC and C0. RGB value is (193,220,192). Sum of RGB (Red+Green+Blue) = 193+220+192=605 (80% of max value = 765). Red value is 193 (75.78% from 255 or 31.90% from 605); Green value is 220 (86.33% from 255 or 36.36% from 605); Blue value is 192 (75.39% from 255 or 31.74% from 605); Max value from RGB is 220 - color contains mainly: green. Hex color #C1DCC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1DCC0 is #3E233F. Grayscale: #D0D0D0. Windows color (decimal): -4072256 or 12639425. OLE color: 12639425.
HSL color Cylindrical-coordinate representation of color #C1DCC0: hue angle of 117.86º degrees, saturation: 0.29, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C1DCC0 is Cyan = 0.12, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 193 | 220 | 192 | - |
| CMYK | 0.12 | 0 | 0.13 | 0.14 |
| HSL | 117.86º | 0.29% | 0.81% | - |
| HSV(B) | 117.86º | 0.13% | 0.86% | - |
| XYZ | 57.1 | 66.33 | 59.66 | - |
| YUV | 208.74 | 118.55 | 116.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 220 | 192 | 0.12 | 0 | 0.13 | 0.14 | 117.86 | 0.29 | 0.81 |
| Hex | C1 | DC | C0 | C | 0 | D | E | 76 | 1D | 51 |
| Octal | 301 | 334 | 300 | 14 | 0 | 15 | 16 | 166 | 35 | 121 |
| Binary | 11000001 | 11011100 | 11000000 | 1100 | 0 | 1101 | 1110 | 1110110 | 11101 | 1010001 |
Color Harmonies of #C1DCC0
Complementary color
Monochromatic Colors of #C1DCC0
Black with #C1DCC0
Text Example
Text Example
White with #C1DCC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1DCC0; }
p { color: rgb(193,220,192); }
H1.HeaderClassName
{
color: #C1DCC0;
}
.AnyTagClassName
{
color: #C1DCC0;
}
</style>
background-color css
<style>
a { background-color: #C1DCC0; }
a { background-color: rgb(193,220,192); }
div.DivClassName
{
background-color: #C1DCC0;
}
.BgClassName
{
background-color: #C1DCC0;
}
</style>
border-color css
<style>
span { border-color: #C1DCC0; }
span { border-color: rgb(193,220,192); }
td.TdClassName
{
border-color: #C1DCC0;
}
.TagClassName
{
border-color: #C1DCC0;
}
</style>