#C2D8CB

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

Shades of Edgewater #C2D8CB

Tints of Edgewater #C2D8CB

Color information

#C2D8CB (or 0xC2D8CB) is unknown color: approx Edgewater. HEX triplet: C2, D8 and CB. RGB value is (194,216,203). Sum of RGB (Red+Green+Blue) = 194+216+203=613 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.65% from 613); Green value is 216 (84.77% from 255 or 35.24% from 613); Blue value is 203 (79.69% from 255 or 33.12% from 613); Max value from RGB is 216 - color contains mainly: green. Hex color #C2D8CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2D8CB is #3D2734. Grayscale: #CFCFCF. Windows color (decimal): -4007733 or 13359298. OLE color: 13359298.

HSL color Cylindrical-coordinate representation of color #C2D8CB: hue angle of 144.55º degrees, saturation: 0.22, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C2D8CB is Cyan = 0.10, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB194216203-
CMYK0.1000.060.15
HSL144.55º22%80.39%-
HSV(B)144.55º10.19%84.71%-
XYZ57.5864.8965.99-
YUV207.94125.21118.06-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 31.65%
GREEN value IS 216 (84.77% from 255) = 35.24%
BLUE value IS 203 (79.69% from 255) = 33.12%
R=31.65%
G=35.24%
B=33.12%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1942162030.1000.060.15144.552280.39
HexC2D8CBA06F911650
Octal30233031312061722126120
Binary11000010110110001100101110100110111110010001101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2D8CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2D8CB; }

 p { color: rgb(194,216,203); }

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

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

 a { background-color: rgb(194,216,203); }

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

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

 span { border-color: rgb(194,216,203); }

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