#C4CDC7

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

Shades of Edgewater #C4CDC7

Tints of Edgewater #C4CDC7

Color information

#C4CDC7 (or 0xC4CDC7) is unknown color: approx Edgewater. HEX triplet: C4, CD and C7. RGB value is (196,205,199). Sum of RGB (Red+Green+Blue) = 196+205+199=600 (79% of max value = 765). Red value is 196 (76.95% from 255 or 32.67% from 600); Green value is 205 (80.47% from 255 or 34.17% from 600); Blue value is 199 (78.12% from 255 or 33.17% from 600); Max value from RGB is 205 - color contains mainly: green. Hex color #C4CDC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4CDC7 is #3B3238. Grayscale: #C9C9C9. Windows color (decimal): -3879481 or 13094340. OLE color: 13094340.

HSL color Cylindrical-coordinate representation of color #C4CDC7: hue angle of 140º degrees, saturation: 0.08, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #C4CDC7 is Cyan = 0.04, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.20.

Color convert

RGB196205199-
CMYK0.0400.030.20
HSL140º8.26%78.63%-
HSV(B)140º4.39%80.39%-
XYZ54.9159.5262.63-
YUV201.62126.52123.99-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 32.67%
GREEN value IS 205 (80.47% from 255) = 34.17%
BLUE value IS 199 (78.12% from 255) = 33.17%
R=32.67%
G=34.17%
B=33.17%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1962051990.0400.030.201408.2678.63
HexC4CDC7403148c84f
Octal3043153074032421410117
Binary110001001100110111000111100011101001000110010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4CDC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4CDC7; }

 p { color: rgb(196,205,199); }

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

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

 a { background-color: rgb(196,205,199); }

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

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

 span { border-color: rgb(196,205,199); }

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