Shades of Sea Mist #C0DDC2
Tints of Sea Mist #C0DDC2
RGB
CMYK
RGB Variations
Color information
#C0DDC2 (or 0xC0DDC2) is known color: Sea Mist. HEX triplet: C0, DD and C2. RGB value is (192,221,194). Sum of RGB (Red+Green+Blue) = 192+221+194=607 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.63% from 607); Green value is 221 (86.72% from 255 or 36.41% from 607); Blue value is 194 (76.17% from 255 or 31.96% from 607); Max value from RGB is 221 - color contains mainly: green. Hex color #C0DDC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0DDC2 is #3F223D. Grayscale: #D1D1D1. Windows color (decimal): -4137534 or 12770752. OLE color: 12770752.
HSL color Cylindrical-coordinate representation of color #C0DDC2: hue angle of 124.14º degrees, saturation: 0.3, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C0DDC2 is Cyan = 0.13, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 221 | 194 | - |
| CMYK | 0.13 | 0 | 0.12 | 0.13 |
| HSL | 124.14º | 0.3% | 0.81% | - |
| HSV(B) | 124.14º | 0.13% | 0.87% | - |
| XYZ | 57.33 | 66.81 | 60.91 | - |
| YUV | 209.25 | 119.39 | 115.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 221 | 194 | 0.13 | 0 | 0.12 | 0.13 | 124.14 | 0.3 | 0.81 |
| Hex | C0 | DD | C2 | D | 0 | C | D | 7C | 1E | 51 |
| Octal | 300 | 335 | 302 | 15 | 0 | 14 | 15 | 174 | 36 | 121 |
| Binary | 11000000 | 11011101 | 11000010 | 1101 | 0 | 1100 | 1101 | 1111100 | 11110 | 1010001 |
Color Harmonies of #C0DDC2
Complementary color
Monochromatic Colors of #C0DDC2
Black with #C0DDC2
Text Example
Text Example
White with #C0DDC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DDC2; }
p { color: rgb(192,221,194); }
H1.HeaderClassName
{
color: #C0DDC2;
}
.AnyTagClassName
{
color: #C0DDC2;
}
</style>
background-color css
<style>
a { background-color: #C0DDC2; }
a { background-color: rgb(192,221,194); }
div.DivClassName
{
background-color: #C0DDC2;
}
.BgClassName
{
background-color: #C0DDC2;
}
</style>
border-color css
<style>
span { border-color: #C0DDC2; }
span { border-color: rgb(192,221,194); }
td.TdClassName
{
border-color: #C0DDC2;
}
.TagClassName
{
border-color: #C0DDC2;
}
</style>