#C4D7C9

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

Shades of Edgewater #C4D7C9

Tints of Edgewater #C4D7C9

Color information

#C4D7C9 (or 0xC4D7C9) is unknown color: approx Edgewater. HEX triplet: C4, D7 and C9. RGB value is (196,215,201). Sum of RGB (Red+Green+Blue) = 196+215+201=612 (81% of max value = 765). Red value is 196 (76.95% from 255 or 32.03% from 612); Green value is 215 (84.38% from 255 or 35.13% from 612); Blue value is 201 (78.91% from 255 or 32.84% from 612); Max value from RGB is 215 - color contains mainly: green. Hex color #C4D7C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4D7C9 is #3B2836. Grayscale: #CFCFCF. Windows color (decimal): -3876919 or 13227972. OLE color: 13227972.

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

Color convert

RGB196215201-
CMYK0.0900.070.16
HSL135.79º19.19%80.59%-
HSV(B)135.79º8.84%84.31%-
XYZ57.6164.5564.68-
YUV207.72124.21119.64-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 32.03%
GREEN value IS 215 (84.38% from 255) = 35.13%
BLUE value IS 201 (78.91% from 255) = 32.84%
R=32.03%
G=35.13%
B=32.84%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1962152010.0900.070.16135.7919.1980.59
HexC4D7C990710881351
Octal30432731111072021023121
Binary110001001101011111001001100101111000010001000100111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4D7C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4D7C9; }

 p { color: rgb(196,215,201); }

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

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

 a { background-color: rgb(196,215,201); }

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

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

 span { border-color: rgb(196,215,201); }

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