Shades of Sea Mist #C2DCC1
Tints of Sea Mist #C2DCC1
RGB
CMYK
RGB Variations
Color information
#C2DCC1 (or 0xC2DCC1) is known color: Sea Mist. HEX triplet: C2, DC and C1. RGB value is (194,220,193). Sum of RGB (Red+Green+Blue) = 194+220+193=607 (80% of max value = 765). Red value is 194 (76.17% from 255 or 31.96% from 607); Green value is 220 (86.33% from 255 or 36.24% from 607); Blue value is 193 (75.78% from 255 or 31.80% from 607); Max value from RGB is 220 - color contains mainly: green. Hex color #C2DCC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2DCC1 is #3D233E. Grayscale: #D1D1D1. Windows color (decimal): -4006719 or 12704962. OLE color: 12704962.
HSL color Cylindrical-coordinate representation of color #C2DCC1: hue angle of 117.78º degrees, saturation: 0.28, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C2DCC1 is Cyan = 0.12, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 194 | 220 | 193 | - |
| CMYK | 0.12 | 0 | 0.12 | 0.14 |
| HSL | 117.78º | 0.28% | 0.81% | - |
| HSV(B) | 117.78º | 0.12% | 0.86% | - |
| XYZ | 57.47 | 66.51 | 60.26 | - |
| YUV | 209.15 | 118.89 | 117.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 220 | 193 | 0.12 | 0 | 0.12 | 0.14 | 117.78 | 0.28 | 0.81 |
| Hex | C2 | DC | C1 | C | 0 | C | E | 76 | 1C | 51 |
| Octal | 302 | 334 | 301 | 14 | 0 | 14 | 16 | 166 | 34 | 121 |
| Binary | 11000010 | 11011100 | 11000001 | 1100 | 0 | 1100 | 1110 | 1110110 | 11100 | 1010001 |
Color Harmonies of #C2DCC1
Complementary color
Monochromatic Colors of #C2DCC1
Black with #C2DCC1
Text Example
Text Example
White with #C2DCC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DCC1; }
p { color: rgb(194,220,193); }
H1.HeaderClassName
{
color: #C2DCC1;
}
.AnyTagClassName
{
color: #C2DCC1;
}
</style>
background-color css
<style>
a { background-color: #C2DCC1; }
a { background-color: rgb(194,220,193); }
div.DivClassName
{
background-color: #C2DCC1;
}
.BgClassName
{
background-color: #C2DCC1;
}
</style>
border-color css
<style>
span { border-color: #C2DCC1; }
span { border-color: rgb(194,220,193); }
td.TdClassName
{
border-color: #C2DCC1;
}
.TagClassName
{
border-color: #C2DCC1;
}
</style>