Html Css Color HEX #C2DDC4 Sea Mist

📋 copy color: '#C2DDC4'

red 194 ◦ green 221 ◦ blue 196

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

Shades of Sea Mist #C2DDC4

Tints of Sea Mist #C2DDC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 32.08%

R = 31.75%
G = 36.17%
B = 32.08%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.11

 K value IS 0.13

RGB Variations

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

Color information

#C2DDC4 (or 0xC2DDC4) is known color: Sea Mist. HEX triplet: C2, DD and C4. RGB value is (194,221,196). Sum of RGB (Red+Green+Blue) = 194+221+196=611 (80% of max value = 765). Red value is 194 (76.17% from 255 or 31.75% from 611); Green value is 221 (86.72% from 255 or 36.17% from 611); Blue value is 196 (76.95% from 255 or 32.08% from 611); Max value from RGB is 221 - color contains mainly: green. Hex color #C2DDC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2DDC4 is #3D223B. Grayscale: #D2D2D2. Windows color (decimal): -4006460 or 12901826. OLE color: 12901826.

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

Color convert

RGB 194 221 196 -
CMYK 0.12 0 0.11 0.13
HSL 124.44º 0.28% 0.81% -
HSV(B) 124.44º 0.12% 0.87% -
XYZ 58.07 67.17 62.13 -
YUV 210.08 120.05 116.53 -
System Red Green Blue C M Y K H S L
Decimal 194 221 196 0.12 0 0.11 0.13 124.44 0.28 0.81
Hex C2 DD C4 C 0 B D 7C 1C 51
Octal 302 335 304 14 0 13 15 174 34 121
Binary 11000010 11011101 11000100 1100 0 1011 1101 1111100 11100 1010001

Color Harmonies of #C2DDC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2DDC4

Black with #C2DDC4

Text Example


Text Example

White with #C2DDC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2DDC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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