Shades of Sea Mist #C2DFC2
Tints of Sea Mist #C2DFC2
RGB
CMYK
RGB Variations
Color information
#C2DFC2 (or 0xC2DFC2) is known color: Sea Mist. HEX triplet: C2, DF and C2. RGB value is (194,223,194). Sum of RGB (Red+Green+Blue) = 194+223+194=611 (80% of max value = 765). Red value is 194 (76.17% from 255 or 31.75% from 611); Green value is 223 (87.5% from 255 or 36.50% from 611); Blue value is 194 (76.17% from 255 or 31.75% from 611); Max value from RGB is 223 - color contains mainly: green. Hex color #C2DFC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2DFC2 is #3D203D. Grayscale: #D3D3D3. Windows color (decimal): -4005950 or 12771266. OLE color: 12771266.
HSL color Cylindrical-coordinate representation of color #C2DFC2: hue angle of 120º 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 #C2DFC2 is Cyan = 0.13, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
RGB | 194 | 223 | 194 | - |
CMYK | 0.13 | 0 | 0.13 | 0.13 |
HSL | 120º | 0.31% | 0.82% | - |
HSV(B) | 120º | 0.13% | 0.87% | - |
XYZ | 58.37 | 68.14 | 61.11 | - |
YUV | 211.02 | 118.39 | 115.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 223 | 194 | 0.13 | 0 | 0.13 | 0.13 | 120 | 0.31 | 0.82 |
Hex | C2 | DF | C2 | D | 0 | D | D | 78 | 1F | 52 |
Octal | 302 | 337 | 302 | 15 | 0 | 15 | 15 | 170 | 37 | 122 |
Binary | 11000010 | 11011111 | 11000010 | 1101 | 0 | 1101 | 1101 | 1111000 | 11111 | 1010010 |
Color Harmonies of #C2DFC2
Complementary color
Monochromatic Colors of #C2DFC2
Black with #C2DFC2
Text Example
Text Example
White with #C2DFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DFC2; }
p { color: rgb(194,223,194); }
H1.HeaderClassName
{
color: #C2DFC2;
}
.AnyTagClassName
{
color: #C2DFC2;
}
</style>
background-color css
<style>
a { background-color: #C2DFC2; }
a { background-color: rgb(194,223,194); }
div.DivClassName
{
background-color: #C2DFC2;
}
.BgClassName
{
background-color: #C2DFC2;
}
</style>
border-color css
<style>
span { border-color: #C2DFC2; }
span { border-color: rgb(194,223,194); }
td.TdClassName
{
border-color: #C2DFC2;
}
.TagClassName
{
border-color: #C2DFC2;
}
</style>