Html Css Color HEX #C2E0C5 Edgewater

📋 copy color: '#C2E0C5'

red 194 ◦ green 224 ◦ blue 197

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

Shades of Edgewater #C2E0C5

Tints of Edgewater #C2E0C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 32.03%

R = 31.54%
G = 36.42%
B = 32.03%

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

#C2E0C5 (or 0xC2E0C5) is known color: Edgewater. HEX triplet: C2, E0 and C5. RGB value is (194,224,197). Sum of RGB (Red+Green+Blue) = 194+224+197=615 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.54% from 615); Green value is 224 (87.89% from 255 or 36.42% from 615); Blue value is 197 (77.34% from 255 or 32.03% from 615); Max value from RGB is 224 - color contains mainly: green. Hex color #C2E0C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2E0C5 is #3D1F3A. Grayscale: #D4D4D4. Windows color (decimal): -4005691 or 12968130. OLE color: 12968130.

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

Color convert

RGB 194 224 197 -
CMYK 0.13 0 0.12 0.12
HSL 126º 0.33% 0.82% -
HSV(B) 126º 0.13% 0.88% -
XYZ 58.98 68.81 63 -
YUV 211.95 119.56 115.2 -
System Red Green Blue C M Y K H S L
Decimal 194 224 197 0.13 0 0.12 0.12 126 0.33 0.82
Hex C2 E0 C5 D 0 C C 7E 21 52
Octal 302 340 305 15 0 14 14 176 41 122
Binary 11000010 11100000 11000101 1101 0 1100 1100 1111110 100001 1010010

Color Harmonies of #C2E0C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2E0C5

Black with #C2E0C5

Text Example


Text Example

White with #C2E0C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2E0C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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