Html Css Color HEX #C2DBC4 Sea Mist

📋 copy color: '#C2DBC4'

red 194 ◦ green 219 ◦ blue 196

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

Shades of Sea Mist #C2DBC4

Tints of Sea Mist #C2DBC4

RGB

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

 GREEN value IS 219 (85.94% from 255) = 35.96%

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

R = 31.86%
G = 35.96%
B = 32.18%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.11

 K value IS 0.14

RGB Variations

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

Color information

#C2DBC4 (or 0xC2DBC4) is known color: Sea Mist. HEX triplet: C2, DB and C4. RGB value is (194,219,196). Sum of RGB (Red+Green+Blue) = 194+219+196=609 (80% of max value = 765). Red value is 194 (76.17% from 255 or 31.86% from 609); Green value is 219 (85.94% from 255 or 35.96% from 609); Blue value is 196 (76.95% from 255 or 32.18% from 609); Max value from RGB is 219 - color contains mainly: green. Hex color #C2DBC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2DBC4 is #3D243B. Grayscale: #D0D0D0. Windows color (decimal): -4006972 or 12901314. OLE color: 12901314.

HSL color Cylindrical-coordinate representation of color #C2DBC4: hue angle of 124.8º degrees, saturation: 0.26, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C2DBC4 is Cyan = 0.11, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.14.

Color convert

RGB 194 219 196 -
CMYK 0.11 0 0.11 0.14
HSL 124.8º 0.26% 0.81% -
HSV(B) 124.8º 0.11% 0.86% -
XYZ 57.54 66.12 61.95 -
YUV 208.9 120.72 117.37 -
System Red Green Blue C M Y K H S L
Decimal 194 219 196 0.11 0 0.11 0.14 124.8 0.26 0.81
Hex C2 DB C4 B 0 B E 7D 1A 51
Octal 302 333 304 13 0 13 16 175 32 121
Binary 11000010 11011011 11000100 1011 0 1011 1110 1111101 11010 1010001

Color Harmonies of #C2DBC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2DBC4

Black with #C2DBC4

Text Example


Text Example

White with #C2DBC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2DBC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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