Html Css Color HEX #C1DEC2 Sea Mist

📋 copy color: '#C1DEC2'

red 193 ◦ green 222 ◦ blue 194

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

Shades of Sea Mist #C1DEC2

Tints of Sea Mist #C1DEC2

RGB

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

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

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

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

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

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

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

Color convert

RGB 193 222 194 -
CMYK 0.13 0 0.13 0.13
HSL 122.07º 0.31% 0.81% -
HSV(B) 122.07º 0.13% 0.87% -
XYZ 57.85 67.48 61.01 -
YUV 210.14 118.89 115.78 -
System Red Green Blue C M Y K H S L
Decimal 193 222 194 0.13 0 0.13 0.13 122.07 0.31 0.81
Hex C1 DE C2 D 0 D D 7A 1F 51
Octal 301 336 302 15 0 15 15 172 37 121
Binary 11000001 11011110 11000010 1101 0 1101 1101 1111010 11111 1010001

Color Harmonies of #C1DEC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1DEC2

Black with #C1DEC2

Text Example


Text Example

White with #C1DEC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1DEC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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