#C9CECA

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

Shades of Edgewater #C9CECA

Tints of Edgewater #C9CECA

Color information

#C9CECA (or 0xC9CECA) is unknown color: approx Edgewater. HEX triplet: C9, CE and CA. RGB value is (201,206,202). Sum of RGB (Red+Green+Blue) = 201+206+202=609 (80% of max value = 765). Red value is 201 (78.91% from 255 or 33.00% from 609); Green value is 206 (80.86% from 255 or 33.83% from 609); Blue value is 202 (79.30% from 255 or 33.17% from 609); Max value from RGB is 206 - color contains mainly: green. Hex color #C9CECA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9CECA is #363135. Grayscale: #CCCCCC. Windows color (decimal): -3551542 or 13291209. OLE color: 13291209.

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

Color convert

RGB201206202-
CMYK0.0200.020.19
HSL132º4.85%79.8%-
HSV(B)132º2.43%80.78%-
XYZ56.8260.8264.62-
YUV204.05126.84125.83-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 33.00%
GREEN value IS 206 (80.86% from 255) = 33.83%
BLUE value IS 202 (79.30% from 255) = 33.17%
R=33.00%
G=33.83%
B=33.17%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2012062020.0200.020.191324.8579.8
HexC9CECA2021384550
Octal311316312202232045120
Binary1100100111001110110010101001010011100001001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9CECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9CECA; }

 p { color: rgb(201,206,202); }

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

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

 a { background-color: rgb(201,206,202); }

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

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

 span { border-color: rgb(201,206,202); }

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