#C2D5C5

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

Shades of Edgewater #C2D5C5

Tints of Edgewater #C2D5C5

Color information

#C2D5C5 (or 0xC2D5C5) is unknown color: approx Edgewater. HEX triplet: C2, D5 and C5. RGB value is (194,213,197). Sum of RGB (Red+Green+Blue) = 194+213+197=604 (80% of max value = 765). Red value is 194 (76.17% from 255 or 32.12% from 604); Green value is 213 (83.59% from 255 or 35.26% from 604); Blue value is 197 (77.34% from 255 or 32.62% from 604); Max value from RGB is 213 - color contains mainly: green. Hex color #C2D5C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2D5C5 is #3D2A3A. Grayscale: #CDCDCD. Windows color (decimal): -4008507 or 12965314. OLE color: 12965314.

HSL color Cylindrical-coordinate representation of color #C2D5C5: hue angle of 129.47º degrees, saturation: 0.18, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C2D5C5 is Cyan = 0.09, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.16.

Color convert

RGB194213197-
CMYK0.0900.080.16
HSL129.47º18.45%79.8%-
HSV(B)129.47º8.92%83.53%-
XYZ56.1263.0962.04-
YUV205.49123.21119.8-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 32.12%
GREEN value IS 213 (83.59% from 255) = 35.26%
BLUE value IS 197 (77.34% from 255) = 32.62%
R=32.12%
G=35.26%
B=32.62%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1942131970.0900.080.16129.4718.4579.8
HexC2D5C590810811250
Octal302325305110102020122120
Binary1100001011010101110001011001010001000010000001100101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2D5C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2D5C5; }

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

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

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

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

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

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

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

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