#C5CFC8

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

Shades of Edgewater #C5CFC8

Tints of Edgewater #C5CFC8

Color information

#C5CFC8 (or 0xC5CFC8) is unknown color: approx Edgewater. HEX triplet: C5, CF and C8. RGB value is (197,207,200). Sum of RGB (Red+Green+Blue) = 197+207+200=604 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.62% from 604); Green value is 207 (81.25% from 255 or 34.27% from 604); Blue value is 200 (78.52% from 255 or 33.11% from 604); Max value from RGB is 207 - color contains mainly: green. Hex color #C5CFC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5CFC8 is #3A3037. Grayscale: #CBCBCB. Windows color (decimal): -3813432 or 13160389. OLE color: 13160389.

HSL color Cylindrical-coordinate representation of color #C5CFC8: hue angle of 138º degrees, saturation: 0.09, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #C5CFC8 is Cyan = 0.05, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.19.

Color convert

RGB197207200-
CMYK0.0500.030.19
HSL138º9.43%79.22%-
HSV(B)138º4.83%81.18%-
XYZ55.7660.6763.41-
YUV203.21126.19123.57-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 32.62%
GREEN value IS 207 (81.25% from 255) = 34.27%
BLUE value IS 200 (78.52% from 255) = 33.11%
R=32.62%
G=34.27%
B=33.11%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1972072000.0500.030.191389.4379.22
HexC5CFC8503138a94f
Octal3053173105032321211117
Binary110001011100111111001000101011100111000101010011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5CFC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5CFC8; }

 p { color: rgb(197,207,200); }

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

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

 a { background-color: rgb(197,207,200); }

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

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

 span { border-color: rgb(197,207,200); }

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