#C4CCC6

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

Shades of Edgewater #C4CCC6

Tints of Edgewater #C4CCC6

Color information

#C4CCC6 (or 0xC4CCC6) is unknown color: approx Edgewater. HEX triplet: C4, CC and C6. RGB value is (196,204,198). Sum of RGB (Red+Green+Blue) = 196+204+198=598 (79% of max value = 765). Red value is 196 (76.95% from 255 or 32.78% from 598); Green value is 204 (80.08% from 255 or 34.11% from 598); Blue value is 198 (77.73% from 255 or 33.11% from 598); Max value from RGB is 204 - color contains mainly: green. Hex color #C4CCC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4CCC6 is #3B3339. Grayscale: #C8C8C8. Windows color (decimal): -3879738 or 13028548. OLE color: 13028548.

HSL color Cylindrical-coordinate representation of color #C4CCC6: hue angle of 135º degrees, saturation: 0.07, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #C4CCC6 is Cyan = 0.04, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.2.

Color convert

RGB196204198-
CMYK0.0400.030.2
HSL135º7.27%78.43%-
HSV(B)135º3.92%80%-
XYZ54.555961.94-
YUV200.92126.35124.49-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 32.78%
GREEN value IS 204 (80.08% from 255) = 34.11%
BLUE value IS 198 (77.73% from 255) = 33.11%
R=32.78%
G=34.11%
B=33.11%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1962041980.0400.030.21357.2778.43
HexC4CCC6403148774e
Octal304314306403242077116
Binary11000100110011001100011010001110100100001111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4CCC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4CCC6; }

 p { color: rgb(196,204,198); }

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

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

 a { background-color: rgb(196,204,198); }

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

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

 span { border-color: rgb(196,204,198); }

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