#C2DEC5

Color #C2DEC5 Edgewater (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Edgewater #C2DEC5

Tints of Edgewater #C2DEC5

Color information

#C2DEC5 (or 0xC2DEC5) is unknown color: approx Edgewater. HEX triplet: C2, DE and C5. RGB value is (194,222,197). Sum of RGB (Red+Green+Blue) = 194+222+197=613 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.65% from 613); Green value is 222 (87.11% from 255 or 36.22% from 613); Blue value is 197 (77.34% from 255 or 32.14% from 613); Max value from RGB is 222 - color contains mainly: green. Hex color #C2DEC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2DEC5 is #3D213A. Grayscale: #D2D2D2. Windows color (decimal): -4006203 or 12967618. OLE color: 12967618.

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

Color convert

RGB194222197-
CMYK0.1300.110.13
HSL126.43º29.79%81.57%-
HSV(B)126.43º12.61%87.06%-
XYZ58.4567.7462.82-
YUV210.78120.22116.03-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 31.65%
GREEN value IS 222 (87.11% from 255) = 36.22%
BLUE value IS 197 (77.34% from 255) = 32.14%
R=31.65%
G=36.22%
B=32.14%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1942221970.1300.110.13126.4329.7981.57
HexC2DEC5D0BD7e1e52
Octal302336305150131517636122
Binary11000010110111101100010111010101111011111110111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2DEC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2DEC5; }

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

 H1.HeaderClassName
 {
   color: #C2DEC5;
 }
 .AnyTagClassName
 {
   color: #C2DEC5;
 }
</style>
background-color css

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

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

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

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

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

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