#C2DEC3

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

Shades of Sea Mist #C2DEC3

Tints of Sea Mist #C2DEC3

Color information

#C2DEC3 (or 0xC2DEC3) is unknown color: approx Sea Mist. HEX triplet: C2, DE and C3. RGB value is (194,222,195). Sum of RGB (Red+Green+Blue) = 194+222+195=611 (80% of max value = 765). Red value is 194 (76.17% from 255 or 31.75% from 611); Green value is 222 (87.11% from 255 or 36.33% from 611); Blue value is 195 (76.56% from 255 or 31.91% from 611); Max value from RGB is 222 - color contains mainly: green. Hex color #C2DEC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2DEC3 is #3D213C. Grayscale: #D2D2D2. Windows color (decimal): -4006205 or 12836546. OLE color: 12836546.

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

Color convert

RGB194222195-
CMYK0.1300.120.13
HSL122.14º29.79%81.57%-
HSV(B)122.14º12.61%87.06%-
XYZ58.2267.6561.62-
YUV210.55119.22116.2-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 31.75%
GREEN value IS 222 (87.11% from 255) = 36.33%
BLUE value IS 195 (76.56% from 255) = 31.91%
R=31.75%
G=36.33%
B=31.91%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1942221950.1300.120.13122.1429.7981.57
HexC2DEC3D0CD7a1e52
Octal302336303150141517236122
Binary11000010110111101100001111010110011011111010111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2DEC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2DEC3; }

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

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

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

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

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

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

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

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