#C4D8C7

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

Shades of Edgewater #C4D8C7

Tints of Edgewater #C4D8C7

Color information

#C4D8C7 (or 0xC4D8C7) is unknown color: approx Edgewater. HEX triplet: C4, D8 and C7. RGB value is (196,216,199). Sum of RGB (Red+Green+Blue) = 196+216+199=611 (80% of max value = 765). Red value is 196 (76.95% from 255 or 32.08% from 611); Green value is 216 (84.77% from 255 or 35.35% from 611); Blue value is 199 (78.12% from 255 or 32.57% from 611); Max value from RGB is 216 - color contains mainly: green. Hex color #C4D8C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4D8C7 is #3B2738. Grayscale: #D0D0D0. Windows color (decimal): -3876665 or 13097156. OLE color: 13097156.

HSL color Cylindrical-coordinate representation of color #C4D8C7: hue angle of 129º degrees, saturation: 0.2, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C4D8C7 is Cyan = 0.09, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.15.

Color convert

RGB196216199-
CMYK0.0900.080.15
HSL129º20.41%80.78%-
HSV(B)129º9.26%84.71%-
XYZ57.6364.9763.54-
YUV208.08122.87119.38-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 32.08%
GREEN value IS 216 (84.77% from 255) = 35.35%
BLUE value IS 199 (78.12% from 255) = 32.57%
R=32.08%
G=35.35%
B=32.57%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1962161990.0900.080.1512920.4180.78
HexC4D8C7908F811451
Octal304330307110101720124121
Binary110001001101100011000111100101000111110000001101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4D8C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4D8C7; }

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

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

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

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

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

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

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

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