Shades of Sea Mist #C1DFC0
Tints of Sea Mist #C1DFC0
RGB
CMYK
RGB Variations
Color information
#C1DFC0 (or 0xC1DFC0) is known color: Sea Mist. HEX triplet: C1, DF and C0. RGB value is (193,223,192). Sum of RGB (Red+Green+Blue) = 193+223+192=608 (80% of max value = 765). Red value is 193 (75.78% from 255 or 31.74% from 608); Green value is 223 (87.5% from 255 or 36.68% from 608); Blue value is 192 (75.39% from 255 or 31.58% from 608); Max value from RGB is 223 - color contains mainly: green. Hex color #C1DFC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1DFC0 is #3E203F. Grayscale: #D2D2D2. Windows color (decimal): -4071488 or 12640193. OLE color: 12640193.
HSL color Cylindrical-coordinate representation of color #C1DFC0: hue angle of 118.06º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C1DFC0 is Cyan = 0.13, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 223 | 192 | - |
| CMYK | 0.13 | 0 | 0.14 | 0.13 |
| HSL | 118.06º | 0.33% | 0.81% | - |
| HSV(B) | 118.06º | 0.14% | 0.87% | - |
| XYZ | 57.89 | 67.92 | 59.93 | - |
| YUV | 210.5 | 117.56 | 115.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 223 | 192 | 0.13 | 0 | 0.14 | 0.13 | 118.06 | 0.33 | 0.81 |
| Hex | C1 | DF | C0 | D | 0 | E | D | 76 | 21 | 51 |
| Octal | 301 | 337 | 300 | 15 | 0 | 16 | 15 | 166 | 41 | 121 |
| Binary | 11000001 | 11011111 | 11000000 | 1101 | 0 | 1110 | 1101 | 1110110 | 100001 | 1010001 |
Color Harmonies of #C1DFC0
Complementary color
Monochromatic Colors of #C1DFC0
Black with #C1DFC0
Text Example
Text Example
White with #C1DFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1DFC0; }
p { color: rgb(193,223,192); }
H1.HeaderClassName
{
color: #C1DFC0;
}
.AnyTagClassName
{
color: #C1DFC0;
}
</style>
background-color css
<style>
a { background-color: #C1DFC0; }
a { background-color: rgb(193,223,192); }
div.DivClassName
{
background-color: #C1DFC0;
}
.BgClassName
{
background-color: #C1DFC0;
}
</style>
border-color css
<style>
span { border-color: #C1DFC0; }
span { border-color: rgb(193,223,192); }
td.TdClassName
{
border-color: #C1DFC0;
}
.TagClassName
{
border-color: #C1DFC0;
}
</style>