Shades of Sea Mist #C2D9C3
Tints of Sea Mist #C2D9C3
RGB
CMYK
RGB Variations
Color information
#C2D9C3 (or 0xC2D9C3) is known color: Sea Mist. HEX triplet: C2, D9 and C3. RGB value is (194,217,195). Sum of RGB (Red+Green+Blue) = 194+217+195=606 (80% of max value = 765). Red value is 194 (76.17% from 255 or 32.01% from 606); Green value is 217 (85.16% from 255 or 35.81% from 606); Blue value is 195 (76.56% from 255 or 32.18% from 606); Max value from RGB is 217 - color contains mainly: green. Hex color #C2D9C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2D9C3 is #3D263C. Grayscale: #CFCFCF. Windows color (decimal): -4007485 or 12835266. OLE color: 12835266.
HSL color Cylindrical-coordinate representation of color #C2D9C3: hue angle of 122.61º degrees, saturation: 0.23, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C2D9C3 is Cyan = 0.11, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 194 | 217 | 195 | - |
| CMYK | 0.11 | 0 | 0.10 | 0.15 |
| HSL | 122.61º | 0.23% | 0.81% | - |
| HSV(B) | 122.61º | 0.11% | 0.85% | - |
| XYZ | 56.91 | 65.04 | 61.18 | - |
| YUV | 207.62 | 120.88 | 118.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 217 | 195 | 0.11 | 0 | 0.10 | 0.15 | 122.61 | 0.23 | 0.81 |
| Hex | C2 | D9 | C3 | B | 0 | A | F | 7B | 17 | 51 |
| Octal | 302 | 331 | 303 | 13 | 0 | 12 | 17 | 173 | 27 | 121 |
| Binary | 11000010 | 11011001 | 11000011 | 1011 | 0 | 1010 | 1111 | 1111011 | 10111 | 1010001 |
Color Harmonies of #C2D9C3
Complementary color
Monochromatic Colors of #C2D9C3
Black with #C2D9C3
Text Example
Text Example
White with #C2D9C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D9C3; }
p { color: rgb(194,217,195); }
H1.HeaderClassName
{
color: #C2D9C3;
}
.AnyTagClassName
{
color: #C2D9C3;
}
</style>
background-color css
<style>
a { background-color: #C2D9C3; }
a { background-color: rgb(194,217,195); }
div.DivClassName
{
background-color: #C2D9C3;
}
.BgClassName
{
background-color: #C2D9C3;
}
</style>
border-color css
<style>
span { border-color: #C2D9C3; }
span { border-color: rgb(194,217,195); }
td.TdClassName
{
border-color: #C2D9C3;
}
.TagClassName
{
border-color: #C2D9C3;
}
</style>