Shades of Sea Mist #C2DEC4
Tints of Sea Mist #C2DEC4
RGB
CMYK
RGB Variations
Color information
#C2DEC4 (or 0xC2DEC4) is known color: Sea Mist. HEX triplet: C2, DE and C4. RGB value is (194,222,196). Sum of RGB (Red+Green+Blue) = 194+222+196=612 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.70% from 612); Green value is 222 (87.11% from 255 or 36.27% from 612); Blue value is 196 (76.95% from 255 or 32.03% from 612); Max value from RGB is 222 - color contains mainly: green. Hex color #C2DEC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2DEC4 is #3D213B. Grayscale: #D2D2D2. Windows color (decimal): -4006204 or 12902082. OLE color: 12902082.
HSL color Cylindrical-coordinate representation of color #C2DEC4: hue angle of 124.29º degrees, saturation: 0.3, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C2DEC4 is Cyan = 0.13, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
RGB | 194 | 222 | 196 | - |
CMYK | 0.13 | 0 | 0.12 | 0.13 |
HSL | 124.29º | 0.3% | 0.82% | - |
HSV(B) | 124.29º | 0.13% | 0.87% | - |
XYZ | 58.33 | 67.7 | 62.22 | - |
YUV | 210.66 | 119.72 | 116.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 222 | 196 | 0.13 | 0 | 0.12 | 0.13 | 124.29 | 0.3 | 0.82 |
Hex | C2 | DE | C4 | D | 0 | C | D | 7C | 1E | 52 |
Octal | 302 | 336 | 304 | 15 | 0 | 14 | 15 | 174 | 36 | 122 |
Binary | 11000010 | 11011110 | 11000100 | 1101 | 0 | 1100 | 1101 | 1111100 | 11110 | 1010010 |
Color Harmonies of #C2DEC4
Complementary color
Monochromatic Colors of #C2DEC4
Black with #C2DEC4
Text Example
Text Example
White with #C2DEC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DEC4; }
p { color: rgb(194,222,196); }
H1.HeaderClassName
{
color: #C2DEC4;
}
.AnyTagClassName
{
color: #C2DEC4;
}
</style>
background-color css
<style>
a { background-color: #C2DEC4; }
a { background-color: rgb(194,222,196); }
div.DivClassName
{
background-color: #C2DEC4;
}
.BgClassName
{
background-color: #C2DEC4;
}
</style>
border-color css
<style>
span { border-color: #C2DEC4; }
span { border-color: rgb(194,222,196); }
td.TdClassName
{
border-color: #C2DEC4;
}
.TagClassName
{
border-color: #C2DEC4;
}
</style>