#C0D1C5

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

Shades of Edgewater #C0D1C5

Tints of Edgewater #C0D1C5

Color information

#C0D1C5 (or 0xC0D1C5) is unknown color: approx Edgewater. HEX triplet: C0, D1 and C5. RGB value is (192,209,197). Sum of RGB (Red+Green+Blue) = 192+209+197=598 (79% of max value = 765). Red value is 192 (75.39% from 255 or 32.11% from 598); Green value is 209 (82.03% from 255 or 34.95% from 598); Blue value is 197 (77.34% from 255 or 32.94% from 598); Max value from RGB is 209 - color contains mainly: green. Hex color #C0D1C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0D1C5 is #3F2E3A. Grayscale: #CACACA. Windows color (decimal): -4140603 or 12964288. OLE color: 12964288.

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

Color convert

RGB192209197-
CMYK0.0800.060.18
HSL137.65º15.6%78.63%-
HSV(B)137.65º8.13%81.96%-
XYZ54.6260.8461.69-
YUV202.55124.87120.48-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 32.11%
GREEN value IS 209 (82.03% from 255) = 34.95%
BLUE value IS 197 (77.34% from 255) = 32.94%
R=32.11%
G=34.95%
B=32.94%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1922091970.0800.060.18137.6515.678.63
HexC0D1C5806128a104f
Octal30032130510062221220117
Binary110000001101000111000101100001101001010001010100001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0D1C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0D1C5; }

 p { color: rgb(192,209,197); }

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

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

 a { background-color: rgb(192,209,197); }

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

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

 span { border-color: rgb(192,209,197); }

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