#C6D7CB

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

Shades of Edgewater #C6D7CB

Tints of Edgewater #C6D7CB

Color information

#C6D7CB (or 0xC6D7CB) is unknown color: approx Edgewater. HEX triplet: C6, D7 and CB. RGB value is (198,215,203). Sum of RGB (Red+Green+Blue) = 198+215+203=616 (81% of max value = 765). Red value is 198 (77.73% from 255 or 32.14% from 616); Green value is 215 (84.38% from 255 or 34.90% from 616); Blue value is 203 (79.69% from 255 or 32.95% from 616); Max value from RGB is 215 - color contains mainly: green. Hex color #C6D7CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6D7CB is #392834. Grayscale: #D0D0D0. Windows color (decimal): -3745845 or 13359046. OLE color: 13359046.

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

Color convert

RGB198215203-
CMYK0.0800.060.16
HSL137.65º17.53%80.98%-
HSV(B)137.65º7.91%84.31%-
XYZ58.3764.9265.95-
YUV208.55124.87120.48-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 32.14%
GREEN value IS 215 (84.38% from 255) = 34.90%
BLUE value IS 203 (79.69% from 255) = 32.95%
R=32.14%
G=34.90%
B=32.95%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1982152030.0800.060.16137.6517.5380.98
HexC6D7CB806108a1251
Octal30632731310062021222121
Binary110001101101011111001011100001101000010001010100101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6D7CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6D7CB; }

 p { color: rgb(198,215,203); }

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

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

 a { background-color: rgb(198,215,203); }

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

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

 span { border-color: rgb(198,215,203); }

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