#C7CFCA

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

Shades of Edgewater #C7CFCA

Tints of Edgewater #C7CFCA

Color information

#C7CFCA (or 0xC7CFCA) is unknown color: approx Edgewater. HEX triplet: C7, CF and CA. RGB value is (199,207,202). Sum of RGB (Red+Green+Blue) = 199+207+202=608 (80% of max value = 765). Red value is 199 (78.12% from 255 or 32.73% from 608); Green value is 207 (81.25% from 255 or 34.05% from 608); Blue value is 202 (79.30% from 255 or 33.22% from 608); Max value from RGB is 207 - color contains mainly: green. Hex color #C7CFCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7CFCA is #383035. Grayscale: #CCCCCC. Windows color (decimal): -3682358 or 13291463. OLE color: 13291463.

HSL color Cylindrical-coordinate representation of color #C7CFCA: hue angle of 142.5º degrees, saturation: 0.08, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #C7CFCA is Cyan = 0.04, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.

Color convert

RGB199207202-
CMYK0.0400.020.19
HSL142.5º7.69%79.61%-
HSV(B)142.5º3.86%81.18%-
XYZ56.5361.0364.68-
YUV204.04126.85124.41-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 32.73%
GREEN value IS 207 (81.25% from 255) = 34.05%
BLUE value IS 202 (79.30% from 255) = 33.22%
R=32.73%
G=34.05%
B=33.22%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1992072020.0400.020.19142.57.6979.61
HexC7CFCA402138e850
Octal3073173124022321610120
Binary110001111100111111001010100010100111000111010001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7CFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7CFCA; }

 p { color: rgb(199,207,202); }

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

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

 a { background-color: rgb(199,207,202); }

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

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

 span { border-color: rgb(199,207,202); }

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