#C0DEC4

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

Shades of Edgewater #C0DEC4

Tints of Edgewater #C0DEC4

Color information

#C0DEC4 (or 0xC0DEC4) is unknown color: approx Edgewater. HEX triplet: C0, DE and C4. RGB value is (192,222,196). Sum of RGB (Red+Green+Blue) = 192+222+196=610 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.48% from 610); Green value is 222 (87.11% from 255 or 36.39% from 610); Blue value is 196 (76.95% from 255 or 32.13% from 610); Max value from RGB is 222 - color contains mainly: green. Hex color #C0DEC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0DEC4 is #3F213B. Grayscale: #D2D2D2. Windows color (decimal): -4137276 or 12902080. OLE color: 12902080.

HSL color Cylindrical-coordinate representation of color #C0DEC4: hue angle of 128º 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 #C0DEC4 is Cyan = 0.14, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.

Color convert

RGB192222196-
CMYK0.1400.120.13
HSL128º31.25%81.18%-
HSV(B)128º13.51%87.06%-
XYZ57.8267.4362.19-
YUV210.07120.06115.11-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 31.48%
GREEN value IS 222 (87.11% from 255) = 36.39%
BLUE value IS 196 (76.95% from 255) = 32.13%
R=31.48%
G=36.39%
B=32.13%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1922221960.1400.120.1312831.2581.18
HexC0DEC4E0CD801f51
Octal300336304160141520037121
Binary110000001101111011000100111001100110110000000111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0DEC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0DEC4; }

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

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

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

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

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

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

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

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