Shades of Sea Mist #C2DDC3
Tints of Sea Mist #C2DDC3
RGB
CMYK
RGB Variations
Color information
#C2DDC3 (or 0xC2DDC3) is known color: Sea Mist. HEX triplet: C2, DD and C3. RGB value is (194,221,195). Sum of RGB (Red+Green+Blue) = 194+221+195=610 (80% of max value = 765). Red value is 194 (76.17% from 255 or 31.80% from 610); Green value is 221 (86.72% from 255 or 36.23% from 610); Blue value is 195 (76.56% from 255 or 31.97% from 610); Max value from RGB is 221 - color contains mainly: green. Hex color #C2DDC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2DDC3 is #3D223C. Grayscale: #D2D2D2. Windows color (decimal): -4006461 or 12836290. OLE color: 12836290.
HSL color Cylindrical-coordinate representation of color #C2DDC3: hue angle of 122.22º degrees, saturation: 0.28, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C2DDC3 is Cyan = 0.12, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
RGB | 194 | 221 | 195 | - |
CMYK | 0.12 | 0 | 0.12 | 0.13 |
HSL | 122.22º | 0.28% | 0.81% | - |
HSV(B) | 122.22º | 0.12% | 0.87% | - |
XYZ | 57.95 | 67.12 | 61.53 | - |
YUV | 209.96 | 119.55 | 116.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 221 | 195 | 0.12 | 0 | 0.12 | 0.13 | 122.22 | 0.28 | 0.81 |
Hex | C2 | DD | C3 | C | 0 | C | D | 7A | 1C | 51 |
Octal | 302 | 335 | 303 | 14 | 0 | 14 | 15 | 172 | 34 | 121 |
Binary | 11000010 | 11011101 | 11000011 | 1100 | 0 | 1100 | 1101 | 1111010 | 11100 | 1010001 |
Color Harmonies of #C2DDC3
Complementary color
Monochromatic Colors of #C2DDC3
Black with #C2DDC3
Text Example
Text Example
White with #C2DDC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DDC3; }
p { color: rgb(194,221,195); }
H1.HeaderClassName
{
color: #C2DDC3;
}
.AnyTagClassName
{
color: #C2DDC3;
}
</style>
background-color css
<style>
a { background-color: #C2DDC3; }
a { background-color: rgb(194,221,195); }
div.DivClassName
{
background-color: #C2DDC3;
}
.BgClassName
{
background-color: #C2DDC3;
}
</style>
border-color css
<style>
span { border-color: #C2DDC3; }
span { border-color: rgb(194,221,195); }
td.TdClassName
{
border-color: #C2DDC3;
}
.TagClassName
{
border-color: #C2DDC3;
}
</style>