#C3E4C6

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

Shades of Edgewater #C3E4C6

Tints of Edgewater #C3E4C6

Color information

#C3E4C6 (or 0xC3E4C6) is unknown color: approx Edgewater. HEX triplet: C3, E4 and C6. RGB value is (195,228,198). Sum of RGB (Red+Green+Blue) = 195+228+198=621 (82% of max value = 765). Red value is 195 (76.56% from 255 or 31.40% from 621); Green value is 228 (89.45% from 255 or 36.71% from 621); Blue value is 198 (77.73% from 255 or 31.88% from 621); Max value from RGB is 228 - color contains mainly: green. Hex color #C3E4C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3E4C6 is #3C1B39. Grayscale: #D6D6D6. Windows color (decimal): -3939130 or 13034691. OLE color: 13034691.

HSL color Cylindrical-coordinate representation of color #C3E4C6: hue angle of 125.45º degrees, saturation: 0.38, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C3E4C6 is Cyan = 0.14, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.11.

Color convert

RGB195228198-
CMYK0.1400.130.11
HSL125.45º37.93%82.94%-
HSV(B)125.45º14.47%89.41%-
XYZ60.4471.1763.98-
YUV214.71118.57113.94-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 31.40%
GREEN value IS 228 (89.45% from 255) = 36.71%
BLUE value IS 198 (77.73% from 255) = 31.88%
R=31.40%
G=36.71%
B=31.88%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1952281980.1400.130.11125.4537.9382.94
HexC3E4C6E0DB7d2653
Octal303344306160151317546123
Binary110000111110010011000110111001101101111111011001101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3E4C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3E4C6; }

 p { color: rgb(195,228,198); }

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

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

 a { background-color: rgb(195,228,198); }

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

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

 span { border-color: rgb(195,228,198); }

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