#C0DDC4

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

Shades of Edgewater #C0DDC4

Tints of Edgewater #C0DDC4

Color information

#C0DDC4 (or 0xC0DDC4) is unknown color: approx Edgewater. HEX triplet: C0, DD and C4. RGB value is (192,221,196). Sum of RGB (Red+Green+Blue) = 192+221+196=609 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.53% from 609); Green value is 221 (86.72% from 255 or 36.29% from 609); Blue value is 196 (76.95% from 255 or 32.18% from 609); Max value from RGB is 221 - color contains mainly: green. Hex color #C0DDC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0DDC4 is #3F223B. Grayscale: #D1D1D1. Windows color (decimal): -4137532 or 12901824. OLE color: 12901824.

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

Color convert

RGB192221196-
CMYK0.1300.110.13
HSL128.28º29.9%80.98%-
HSV(B)128.28º13.12%86.67%-
XYZ57.5666.962.1-
YUV209.48120.39115.53-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 31.53%
GREEN value IS 221 (86.72% from 255) = 36.29%
BLUE value IS 196 (76.95% from 255) = 32.18%
R=31.53%
G=36.29%
B=32.18%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1922211960.1300.110.13128.2829.980.98
HexC0DDC4D0BD801e51
Octal300335304150131520036121
Binary110000001101110111000100110101011110110000000111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0DDC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0DDC4; }

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

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

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

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

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

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

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

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