#C7CEC9

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

Shades of Edgewater #C7CEC9

Tints of Edgewater #C7CEC9

Color information

#C7CEC9 (or 0xC7CEC9) is unknown color: approx Edgewater. HEX triplet: C7, CE and C9. RGB value is (199,206,201). Sum of RGB (Red+Green+Blue) = 199+206+201=606 (80% of max value = 765). Red value is 199 (78.12% from 255 or 32.84% from 606); Green value is 206 (80.86% from 255 or 33.99% from 606); Blue value is 201 (78.91% from 255 or 33.17% from 606); Max value from RGB is 206 - color contains mainly: green. Hex color #C7CEC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7CEC9 is #383136. Grayscale: #CBCBCB. Windows color (decimal): -3682615 or 13225671. OLE color: 13225671.

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

Color convert

RGB199206201-
CMYK0.0300.020.19
HSL137.14º6.67%79.41%-
HSV(B)137.14º3.4%80.78%-
XYZ56.1760.563.98-
YUV203.34126.68124.91-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 32.84%
GREEN value IS 206 (80.86% from 255) = 33.99%
BLUE value IS 201 (78.91% 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
Decimal1992062010.0300.020.19137.146.6779.41
HexC7CEC9302138974f
Octal307316311302232117117
Binary1100011111001110110010011101010011100010011111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7CEC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7CEC9; }

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

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

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

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

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

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

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

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