#C2DCC4

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

Shades of Sea Mist #C2DCC4

Tints of Sea Mist #C2DCC4

Color information

#C2DCC4 (or 0xC2DCC4) is unknown color: approx Sea Mist. HEX triplet: C2, DC and C4. RGB value is (194,220,196). Sum of RGB (Red+Green+Blue) = 194+220+196=610 (80% of max value = 765). Red value is 194 (76.17% from 255 or 31.80% from 610); Green value is 220 (86.33% from 255 or 36.07% from 610); Blue value is 196 (76.95% from 255 or 32.13% from 610); Max value from RGB is 220 - color contains mainly: green. Hex color #C2DCC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2DCC4 is #3D233B. Grayscale: #D1D1D1. Windows color (decimal): -4006716 or 12901570. OLE color: 12901570.

HSL color Cylindrical-coordinate representation of color #C2DCC4: hue angle of 124.62º degrees, saturation: 0.27, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C2DCC4 is Cyan = 0.12, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.14.

Color convert

RGB194220196-
CMYK0.1200.110.14
HSL124.62º27.08%81.18%-
HSV(B)124.62º11.82%86.27%-
XYZ57.8166.6462.04-
YUV209.49120.39116.95-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 31.80%
GREEN value IS 220 (86.33% from 255) = 36.07%
BLUE value IS 196 (76.95% from 255) = 32.13%
R=31.80%
G=36.07%
B=32.13%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1942201960.1200.110.14124.6227.0881.18
HexC2DCC4C0BE7d1b51
Octal302334304140131617533121
Binary11000010110111001100010011000101111101111101110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2DCC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2DCC4; }

 p { color: rgb(194,220,196); }

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

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

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

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

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

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

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