Html Css Color HEX #C2DDC2 Sea Mist

📋 copy color: '#C2DDC2'

red 194 ◦ green 221 ◦ blue 194

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

Shades of Sea Mist #C2DDC2

Tints of Sea Mist #C2DDC2

RGB

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

 GREEN value IS 221 (86.72% from 255) = 36.29%

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

R = 31.86%
G = 36.29%
B = 31.86%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.12

 K value IS 0.13

RGB Variations

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

Color information

#C2DDC2 (or 0xC2DDC2) is known color: Sea Mist. HEX triplet: C2, DD and C2. RGB value is (194,221,194). Sum of RGB (Red+Green+Blue) = 194+221+194=609 (80% of max value = 765). Red value is 194 (76.17% from 255 or 31.86% from 609); Green value is 221 (86.72% from 255 or 36.29% from 609); Blue value is 194 (76.17% from 255 or 31.86% from 609); Max value from RGB is 221 - color contains mainly: green. Hex color #C2DDC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2DDC2 is #3D223D. Grayscale: #D1D1D1. Windows color (decimal): -4006462 or 12770754. OLE color: 12770754.

HSL color Cylindrical-coordinate representation of color #C2DDC2: hue angle of 120º degrees, saturation: 0.28, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C2DDC2 is Cyan = 0.12, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.

Color convert

RGB 194 221 194 -
CMYK 0.12 0 0.12 0.13
HSL 120º 0.28% 0.81% -
HSV(B) 120º 0.12% 0.87% -
XYZ 57.84 67.08 60.94 -
YUV 209.85 119.05 116.7 -
System Red Green Blue C M Y K H S L
Decimal 194 221 194 0.12 0 0.12 0.13 120 0.28 0.81
Hex C2 DD C2 C 0 C D 78 1C 51
Octal 302 335 302 14 0 14 15 170 34 121
Binary 11000010 11011101 11000010 1100 0 1100 1101 1111000 11100 1010001

Color Harmonies of #C2DDC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2DDC2

Black with #C2DDC2

Text Example


Text Example

White with #C2DDC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2DDC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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