#C2DFC2

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

Shades of Sea Mist #C2DFC2

Tints of Sea Mist #C2DFC2

Color information

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

RGB194223194-
CMYK0.1300.130.13
HSL120º31.18%81.76%-
HSV(B)120º13%87.45%-
XYZ58.3768.1461.11-
YUV211.02118.39115.86-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 31.75%
GREEN value IS 223 (87.5% from 255) = 36.50%
BLUE value IS 194 (76.17% from 255) = 31.75%
R=31.75%
G=36.50%
B=31.75%

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
Decimal1942231940.1300.130.1312031.1881.76
HexC2DFC2D0DD781f52
Octal302337302150151517037122
Binary11000010110111111100001011010110111011111000111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2DFC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



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