Html Css Color HEX #C2DCC2 Sea Mist

📋 copy color: '#C2DCC2'

red 194 ◦ green 220 ◦ blue 194

#C2DCC2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sea Mist #C2DCC2

Tints of Sea Mist #C2DCC2

RGB

 RED value IS 194 (76.17% from 255) = 31.91%

 GREEN value IS 220 (86.33% from 255) = 36.18%

 BLUE value IS 194 (76.17% from 255) = 31.91%

R = 31.91%
G = 36.18%
B = 31.91%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.12

 K value IS 0.14

RGB Variations

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

Color information

#C2DCC2 (or 0xC2DCC2) is known color: Sea Mist. HEX triplet: C2, DC and C2. RGB value is (194,220,194). Sum of RGB (Red+Green+Blue) = 194+220+194=608 (80% of max value = 765). Red value is 194 (76.17% from 255 or 31.91% from 608); Green value is 220 (86.33% from 255 or 36.18% from 608); Blue value is 194 (76.17% from 255 or 31.91% from 608); Max value from RGB is 220 - color contains mainly: green. Hex color #C2DCC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2DCC2 is #3D233D. Grayscale: #D1D1D1. Windows color (decimal): -4006718 or 12770498. OLE color: 12770498.

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

Color convert

RGB 194 220 194 -
CMYK 0.12 0 0.12 0.14
HSL 120º 0.27% 0.81% -
HSV(B) 120º 0.12% 0.86% -
XYZ 57.58 66.55 60.85 -
YUV 209.26 119.39 117.11 -
System Red Green Blue C M Y K H S L
Decimal 194 220 194 0.12 0 0.12 0.14 120 0.27 0.81
Hex C2 DC C2 C 0 C E 78 1B 51
Octal 302 334 302 14 0 14 16 170 33 121
Binary 11000010 11011100 11000010 1100 0 1100 1110 1111000 11011 1010001

Color Harmonies of #C2DCC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2DCC2

Black with #C2DCC2

Text Example


Text Example

White with #C2DCC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2DCC2; }

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

 H1.HeaderClassName
 {
   color: #C2DCC2;
 }
 .AnyTagClassName
 {
   color: #C2DCC2;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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