Html Css Color HEX #C2DEC2 Sea Mist

📋 copy color: '#C2DEC2'

red 194 ◦ green 222 ◦ blue 194

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

Shades of Sea Mist #C2DEC2

Tints of Sea Mist #C2DEC2

RGB

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

 GREEN value IS 222 (87.11% from 255) = 36.39%

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

R = 31.8%
G = 36.39%
B = 31.8%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.13

 K value IS 0.13

RGB Variations

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

Color information

#C2DEC2 (or 0xC2DEC2) is known color: Sea Mist. HEX triplet: C2, DE and C2. RGB value is (194,222,194). Sum of RGB (Red+Green+Blue) = 194+222+194=610 (80% of max value = 765). Red value is 194 (76.17% from 255 or 31.80% from 610); Green value is 222 (87.11% from 255 or 36.39% from 610); Blue value is 194 (76.17% from 255 or 31.80% from 610); Max value from RGB is 222 - color contains mainly: green. Hex color #C2DEC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2DEC2 is #3D213D. Grayscale: #D2D2D2. Windows color (decimal): -4006206 or 12771010. OLE color: 12771010.

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

Color convert

RGB 194 222 194 -
CMYK 0.13 0 0.13 0.13
HSL 120º 0.3% 0.82% -
HSV(B) 120º 0.13% 0.87% -
XYZ 58.11 67.61 61.03 -
YUV 210.44 118.72 116.28 -
System Red Green Blue C M Y K H S L
Decimal 194 222 194 0.13 0 0.13 0.13 120 0.3 0.82
Hex C2 DE C2 D 0 D D 78 1E 52
Octal 302 336 302 15 0 15 15 170 36 122
Binary 11000010 11011110 11000010 1101 0 1101 1101 1111000 11110 1010010

Color Harmonies of #C2DEC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2DEC2

Black with #C2DEC2

Text Example


Text Example

White with #C2DEC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2DEC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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