#C8CFCA

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

Shades of Edgewater #C8CFCA

Tints of Edgewater #C8CFCA

Color information

#C8CFCA (or 0xC8CFCA) is unknown color: approx Edgewater. HEX triplet: C8, CF and CA. RGB value is (200,207,202). Sum of RGB (Red+Green+Blue) = 200+207+202=609 (80% of max value = 765). Red value is 200 (78.52% from 255 or 32.84% from 609); Green value is 207 (81.25% from 255 or 33.99% from 609); Blue value is 202 (79.30% from 255 or 33.17% from 609); Max value from RGB is 207 - color contains mainly: green. Hex color #C8CFCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8CFCA is #373035. Grayscale: #CCCCCC. Windows color (decimal): -3616822 or 13291464. OLE color: 13291464.

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

Color convert

RGB200207202-
CMYK0.0300.020.19
HSL137.14º6.8%79.8%-
HSV(B)137.14º3.38%81.18%-
XYZ56.7961.1764.69-
YUV204.34126.68124.91-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 32.84%
GREEN value IS 207 (81.25% from 255) = 33.99%
BLUE value IS 202 (79.30% from 255) = 33.17%
R=32.84%
G=33.99%
B=33.17%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2002072020.0300.020.19137.146.879.8
HexC8CFCA3021389750
Octal310317312302232117120
Binary1100100011001111110010101101010011100010011111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8CFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8CFCA; }

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

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

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

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

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

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

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

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