Html Css Color HEX #C2E0C6 Edgewater

📋 copy color: '#C2E0C6'

red 194 ◦ green 224 ◦ blue 198

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

Shades of Edgewater #C2E0C6

Tints of Edgewater #C2E0C6

RGB

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

 GREEN value IS 224 (87.89% from 255) = 36.36%

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

R = 31.49%
G = 36.36%
B = 32.14%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.12

 K value IS 0.12

RGB Variations

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

Color information

#C2E0C6 (or 0xC2E0C6) is known color: Edgewater. HEX triplet: C2, E0 and C6. RGB value is (194,224,198). Sum of RGB (Red+Green+Blue) = 194+224+198=616 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.49% from 616); Green value is 224 (87.89% from 255 or 36.36% from 616); Blue value is 198 (77.73% from 255 or 32.14% from 616); Max value from RGB is 224 - color contains mainly: green. Hex color #C2E0C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2E0C6 is #3D1F39. Grayscale: #D4D4D4. Windows color (decimal): -4005690 or 13033666. OLE color: 13033666.

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

Color convert

RGB 194 224 198 -
CMYK 0.13 0 0.12 0.12
HSL 128º 0.33% 0.82% -
HSV(B) 128º 0.13% 0.88% -
XYZ 59.1 68.86 63.6 -
YUV 212.07 120.06 115.11 -
System Red Green Blue C M Y K H S L
Decimal 194 224 198 0.13 0 0.12 0.12 128 0.33 0.82
Hex C2 E0 C6 D 0 C C 80 21 52
Octal 302 340 306 15 0 14 14 200 41 122
Binary 11000010 11100000 11000110 1101 0 1100 1100 10000000 100001 1010010

Color Harmonies of #C2E0C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2E0C6

Black with #C2E0C6

Text Example


Text Example

White with #C2E0C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2E0C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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