Html Css Color HEX #C2DEC1 Sea Mist

📋 copy color: '#C2DEC1'

red 194 ◦ green 222 ◦ blue 193

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

Shades of Sea Mist #C2DEC1

Tints of Sea Mist #C2DEC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 31.69%

R = 31.86%
G = 36.45%
B = 31.69%

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

#C2DEC1 (or 0xC2DEC1) is known color: Sea Mist. HEX triplet: C2, DE and C1. RGB value is (194,222,193). Sum of RGB (Red+Green+Blue) = 194+222+193=609 (80% of max value = 765). Red value is 194 (76.17% from 255 or 31.86% from 609); Green value is 222 (87.11% from 255 or 36.45% from 609); Blue value is 193 (75.78% from 255 or 31.69% from 609); Max value from RGB is 222 - color contains mainly: green. Hex color #C2DEC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2DEC1 is #3D213E. Grayscale: #D2D2D2. Windows color (decimal): -4006207 or 12705474. OLE color: 12705474.

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

Color convert

RGB 194 222 193 -
CMYK 0.13 0 0.13 0.13
HSL 117.93º 0.31% 0.81% -
HSV(B) 117.93º 0.13% 0.87% -
XYZ 58 67.56 60.44 -
YUV 210.32 118.22 116.36 -
System Red Green Blue C M Y K H S L
Decimal 194 222 193 0.13 0 0.13 0.13 117.93 0.31 0.81
Hex C2 DE C1 D 0 D D 76 1F 51
Octal 302 336 301 15 0 15 15 166 37 121
Binary 11000010 11011110 11000001 1101 0 1101 1101 1110110 11111 1010001

Color Harmonies of #C2DEC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2DEC1

Black with #C2DEC1

Text Example


Text Example

White with #C2DEC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2DEC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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