#C4D7CB

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

Shades of Edgewater #C4D7CB

Tints of Edgewater #C4D7CB

Color information

#C4D7CB (or 0xC4D7CB) is unknown color: approx Edgewater. HEX triplet: C4, D7 and CB. RGB value is (196,215,203). Sum of RGB (Red+Green+Blue) = 196+215+203=614 (81% of max value = 765). Red value is 196 (76.95% from 255 or 31.92% from 614); Green value is 215 (84.38% from 255 or 35.02% from 614); Blue value is 203 (79.69% from 255 or 33.06% from 614); Max value from RGB is 215 - color contains mainly: green. Hex color #C4D7CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4D7CB is #3B2834. Grayscale: #CFCFCF. Windows color (decimal): -3876917 or 13359044. OLE color: 13359044.

HSL color Cylindrical-coordinate representation of color #C4D7CB: hue angle of 142.11º 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 #C4D7CB is Cyan = 0.09, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB196215203-
CMYK0.0900.060.16
HSL142.11º19.19%80.59%-
HSV(B)142.11º8.84%84.31%-
XYZ57.8464.6565.93-
YUV207.95125.21119.48-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 31.92%
GREEN value IS 215 (84.38% from 255) = 35.02%
BLUE value IS 203 (79.69% from 255) = 33.06%
R=31.92%
G=35.02%
B=33.06%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1962152030.0900.060.16142.1119.1980.59
HexC4D7CB906108e1351
Octal30432731311062021623121
Binary110001001101011111001011100101101000010001110100111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4D7CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4D7CB; }

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

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

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

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

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

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

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

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