#C6D5CB

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

Shades of Edgewater #C6D5CB

Tints of Edgewater #C6D5CB

Color information

#C6D5CB (or 0xC6D5CB) is unknown color: approx Edgewater. HEX triplet: C6, D5 and CB. RGB value is (198,213,203). Sum of RGB (Red+Green+Blue) = 198+213+203=614 (81% of max value = 765). Red value is 198 (77.73% from 255 or 32.25% from 614); Green value is 213 (83.59% from 255 or 34.69% from 614); Blue value is 203 (79.69% from 255 or 33.06% from 614); Max value from RGB is 213 - color contains mainly: green. Hex color #C6D5CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6D5CB is #392A34. Grayscale: #CFCFCF. Windows color (decimal): -3746357 or 13358534. OLE color: 13358534.

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

Color convert

RGB198213203-
CMYK0.0700.050.16
HSL140º15.15%80.59%-
HSV(B)140º7.04%83.53%-
XYZ57.8663.9165.79-
YUV207.38125.53121.31-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 32.25%
GREEN value IS 213 (83.59% from 255) = 34.69%
BLUE value IS 203 (79.69% from 255) = 33.06%
R=32.25%
G=34.69%
B=33.06%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1982132030.0700.050.1614015.1580.59
HexC6D5CB705108cf51
Octal3063253137052021417121
Binary1100011011010101110010111110101100001000110011111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6D5CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6D5CB; }

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

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

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

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

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

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

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

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