Html Css Color HEX #C2E1C6 Edgewater

📋 copy color: '#C2E1C6'

red 194 ◦ green 225 ◦ blue 198

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

Shades of Edgewater #C2E1C6

Tints of Edgewater #C2E1C6

RGB

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

 GREEN value IS 225 (88.28% from 255) = 36.47%

 BLUE value IS 198 (77.73% from 255) = 32.09%

R = 31.44%
G = 36.47%
B = 32.09%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.12

 K value IS 0.12

RGB Variations

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

Color information

#C2E1C6 (or 0xC2E1C6) is known color: Edgewater. HEX triplet: C2, E1 and C6. RGB value is (194,225,198). Sum of RGB (Red+Green+Blue) = 194+225+198=617 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.44% from 617); Green value is 225 (88.28% from 255 or 36.47% from 617); Blue value is 198 (77.73% from 255 or 32.09% from 617); Max value from RGB is 225 - color contains mainly: green. Hex color #C2E1C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2E1C6 is #3D1E39. Grayscale: #D4D4D4. Windows color (decimal): -4005434 or 13033922. OLE color: 13033922.

HSL color Cylindrical-coordinate representation of color #C2E1C6: hue angle of 127.74º degrees, saturation: 0.34, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C2E1C6 is Cyan = 0.14, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.12.

Color convert

RGB 194 225 198 -
CMYK 0.14 0 0.12 0.12
HSL 127.74º 0.34% 0.82% -
HSV(B) 127.74º 0.14% 0.88% -
XYZ 59.37 69.4 63.69 -
YUV 212.65 119.73 114.7 -
System Red Green Blue C M Y K H S L
Decimal 194 225 198 0.14 0 0.12 0.12 127.74 0.34 0.82
Hex C2 E1 C6 E 0 C C 80 22 52
Octal 302 341 306 16 0 14 14 200 42 122
Binary 11000010 11100001 11000110 1110 0 1100 1100 10000000 100010 1010010

Color Harmonies of #C2E1C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2E1C6

Black with #C2E1C6

Text Example


Text Example

White with #C2E1C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2E1C6; }

 p { color: rgb(194,225,198); }

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

background-color css

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

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

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

border-color css

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

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

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