#C2DEC4

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

Shades of Sea Mist #C2DEC4

Tints of Sea Mist #C2DEC4

Color information

#C2DEC4 (or 0xC2DEC4) is unknown color: approx 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

RGB194222196-
CMYK0.1300.120.13
HSL124.29º29.79%81.57%-
HSV(B)124.29º12.61%87.06%-
XYZ58.3367.762.22-
YUV210.66119.72116.11-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 31.70%
GREEN value IS 222 (87.11% from 255) = 36.27%
BLUE value IS 196 (76.95% from 255) = 32.03%
R=31.70%
G=36.27%
B=32.03%

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
Decimal1942221960.1300.120.13124.2929.7981.57
HexC2DEC4D0CD7c1e52
Octal302336304150141517436122
Binary11000010110111101100010011010110011011111100111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2DEC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>