#C0DEC6

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

Shades of Edgewater #C0DEC6

Tints of Edgewater #C0DEC6

Color information

#C0DEC6 (or 0xC0DEC6) is unknown color: approx Edgewater. HEX triplet: C0, DE and C6. RGB value is (192,222,198). Sum of RGB (Red+Green+Blue) = 192+222+198=612 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.37% from 612); Green value is 222 (87.11% from 255 or 36.27% from 612); Blue value is 198 (77.73% from 255 or 32.35% from 612); Max value from RGB is 222 - color contains mainly: green. Hex color #C0DEC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0DEC6 is #3F2139. Grayscale: #D2D2D2. Windows color (decimal): -4137274 or 13033152. OLE color: 13033152.

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

Color convert

RGB192222198-
CMYK0.1400.110.13
HSL132º31.25%81.18%-
HSV(B)132º13.51%87.06%-
XYZ58.0567.5363.4-
YUV210.29121.06114.95-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 31.37%
GREEN value IS 222 (87.11% from 255) = 36.27%
BLUE value IS 198 (77.73% from 255) = 32.35%
R=31.37%
G=36.27%
B=32.35%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1922221980.1400.110.1313231.2581.18
HexC0DEC6E0BD841f51
Octal300336306160131520437121
Binary110000001101111011000110111001011110110000100111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0DEC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0DEC6; }

 p { color: rgb(192,222,198); }

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

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

 a { background-color: rgb(192,222,198); }

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

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

 span { border-color: rgb(192,222,198); }

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