#C2DEC2

Color #C2DEC2 Sea Mist (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sea Mist #C2DEC2

Tints of Sea Mist #C2DEC2

Color information

#C2DEC2 (or 0xC2DEC2) is unknown color: approx Sea Mist. HEX triplet: C2, DE and C2. RGB value is (194,222,194). Sum of RGB (Red+Green+Blue) = 194+222+194=610 (80% of max value = 765). Red value is 194 (76.17% from 255 or 31.80% from 610); Green value is 222 (87.11% from 255 or 36.39% from 610); Blue value is 194 (76.17% from 255 or 31.80% from 610); Max value from RGB is 222 - color contains mainly: green. Hex color #C2DEC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2DEC2 is #3D213D. Grayscale: #D2D2D2. Windows color (decimal): -4006206 or 12771010. OLE color: 12771010.

HSL color Cylindrical-coordinate representation of color #C2DEC2: hue angle of 120º 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 #C2DEC2 is Cyan = 0.13, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.

Color convert

RGB194222194-
CMYK0.1300.130.13
HSL120º29.79%81.57%-
HSV(B)120º12.61%87.06%-
XYZ58.1167.6161.03-
YUV210.44118.72116.28-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 194 (76.17% from 255) = 31.80%
GREEN value IS 222 (87.11% from 255) = 36.39%
BLUE value IS 194 (76.17% from 255) = 31.80%
R=31.80%
G=36.39%
B=31.80%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1942221940.1300.130.1312029.7981.57
HexC2DEC2D0DD781e52
Octal302336302150151517036122
Binary11000010110111101100001011010110111011111000111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2DEC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2DEC2; }

 p { color: rgb(194,222,194); }

 H1.HeaderClassName
 {
   color: #C2DEC2;
 }
 .AnyTagClassName
 {
   color: #C2DEC2;
 }
</style>
background-color css

<style>
 a { background-color: #C2DEC2; }

 a { background-color: rgb(194,222,194); }

 div.DivClassName
 {
   background-color: #C2DEC2;
 }
 .BgClassName
 {
   background-color: #C2DEC2;
 }
</style>
border-color css

<style>
 span { border-color: #C2DEC2; }

 span { border-color: rgb(194,222,194); }

 td.TdClassName
 {
   border-color: #C2DEC2;
 }
 .TagClassName
 {
   border-color: #C2DEC2;
 }
</style>