Shades of Sea Mist #C2DFC4
Tints of Sea Mist #C2DFC4
RGB
CMYK
RGB Variations
Color information
#C2DFC4 (or 0xC2DFC4) is known color: Sea Mist. HEX triplet: C2, DF and C4. RGB value is (194,223,196). Sum of RGB (Red+Green+Blue) = 194+223+196=613 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.65% from 613); Green value is 223 (87.5% from 255 or 36.38% from 613); Blue value is 196 (76.95% from 255 or 31.97% from 613); Max value from RGB is 223 - color contains mainly: green. Hex color #C2DFC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2DFC4 is #3D203B. Grayscale: #D3D3D3. Windows color (decimal): -4005948 or 12902338. OLE color: 12902338.
HSL color Cylindrical-coordinate representation of color #C2DFC4: hue angle of 124.14º degrees, saturation: 0.31, 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 #C2DFC4 is Cyan = 0.13, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 223 | 196 | - |
| CMYK | 0.13 | 0 | 0.12 | 0.13 |
| HSL | 124.14º | 0.31% | 0.82% | - |
| HSV(B) | 124.14º | 0.13% | 0.87% | - |
| XYZ | 58.6 | 68.23 | 62.31 | - |
| YUV | 211.25 | 119.39 | 115.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 223 | 196 | 0.13 | 0 | 0.12 | 0.13 | 124.14 | 0.31 | 0.82 |
| Hex | C2 | DF | C4 | D | 0 | C | D | 7C | 1F | 52 |
| Octal | 302 | 337 | 304 | 15 | 0 | 14 | 15 | 174 | 37 | 122 |
| Binary | 11000010 | 11011111 | 11000100 | 1101 | 0 | 1100 | 1101 | 1111100 | 11111 | 1010010 |
Color Harmonies of #C2DFC4
Complementary color
Monochromatic Colors of #C2DFC4
Black with #C2DFC4
Text Example
Text Example
White with #C2DFC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DFC4; }
p { color: rgb(194,223,196); }
H1.HeaderClassName
{
color: #C2DFC4;
}
.AnyTagClassName
{
color: #C2DFC4;
}
</style>
background-color css
<style>
a { background-color: #C2DFC4; }
a { background-color: rgb(194,223,196); }
div.DivClassName
{
background-color: #C2DFC4;
}
.BgClassName
{
background-color: #C2DFC4;
}
</style>
border-color css
<style>
span { border-color: #C2DFC4; }
span { border-color: rgb(194,223,196); }
td.TdClassName
{
border-color: #C2DFC4;
}
.TagClassName
{
border-color: #C2DFC4;
}
</style>