#C7CFC9

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

Shades of Edgewater #C7CFC9

Tints of Edgewater #C7CFC9

Color information

#C7CFC9 (or 0xC7CFC9) is unknown color: approx Edgewater. HEX triplet: C7, CF and C9. RGB value is (199,207,201). Sum of RGB (Red+Green+Blue) = 199+207+201=607 (80% of max value = 765). Red value is 199 (78.12% from 255 or 32.78% from 607); Green value is 207 (81.25% from 255 or 34.10% from 607); Blue value is 201 (78.91% from 255 or 33.11% from 607); Max value from RGB is 207 - color contains mainly: green. Hex color #C7CFC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7CFC9 is #383036. Grayscale: #CBCBCB. Windows color (decimal): -3682359 or 13225927. OLE color: 13225927.

HSL color Cylindrical-coordinate representation of color #C7CFC9: hue angle of 135º 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 #C7CFC9 is Cyan = 0.04, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.19.

Color convert

RGB199207201-
CMYK0.0400.030.19
HSL135º7.69%79.61%-
HSV(B)135º3.86%81.18%-
XYZ56.4160.9864.06-
YUV203.92126.35124.49-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 32.78%
GREEN value IS 207 (81.25% from 255) = 34.10%
BLUE value IS 201 (78.91% from 255) = 33.11%
R=32.78%
G=34.10%
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.19
SystemRedGreenBlueCMYKHSL
Decimal1992072010.0400.030.191357.6979.61
HexC7CFC94031387850
Octal3073173114032320710120
Binary110001111100111111001001100011100111000011110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7CFC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7CFC9; }

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

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

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

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

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

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

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

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