#C4D9CA

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

Shades of Edgewater #C4D9CA

Tints of Edgewater #C4D9CA

Color information

#C4D9CA (or 0xC4D9CA) is unknown color: approx Edgewater. HEX triplet: C4, D9 and CA. RGB value is (196,217,202). Sum of RGB (Red+Green+Blue) = 196+217+202=615 (81% of max value = 765). Red value is 196 (76.95% from 255 or 31.87% from 615); Green value is 217 (85.16% from 255 or 35.28% from 615); Blue value is 202 (79.30% from 255 or 32.85% from 615); Max value from RGB is 217 - color contains mainly: green. Hex color #C4D9CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4D9CA is #3B2635. Grayscale: #D1D1D1. Windows color (decimal): -3876406 or 13294020. OLE color: 13294020.

HSL color Cylindrical-coordinate representation of color #C4D9CA: hue angle of 137.14º degrees, saturation: 0.22, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C4D9CA is Cyan = 0.10, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB196217202-
CMYK0.1000.070.15
HSL137.14º21.65%80.98%-
HSV(B)137.14º9.68%85.1%-
XYZ58.2465.6365.47-
YUV209.01124.04118.72-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 31.87%
GREEN value IS 217 (85.16% from 255) = 35.28%
BLUE value IS 202 (79.30% from 255) = 32.85%
R=31.87%
G=35.28%
B=32.85%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1962172020.1000.070.15137.1421.6580.98
HexC4D9CAA07F891651
Octal30433131212071721126121
Binary11000100110110011100101010100111111110001001101101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4D9CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4D9CA; }

 p { color: rgb(196,217,202); }

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

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

 a { background-color: rgb(196,217,202); }

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

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

 span { border-color: rgb(196,217,202); }

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