#C5DCCA

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

Shades of Edgewater #C5DCCA

Tints of Edgewater #C5DCCA

Color information

#C5DCCA (or 0xC5DCCA) is unknown color: approx Edgewater. HEX triplet: C5, DC and CA. RGB value is (197,220,202). Sum of RGB (Red+Green+Blue) = 197+220+202=619 (81% of max value = 765). Red value is 197 (77.34% from 255 or 31.83% from 619); Green value is 220 (86.33% from 255 or 35.54% from 619); Blue value is 202 (79.30% from 255 or 32.63% from 619); Max value from RGB is 220 - color contains mainly: green. Hex color #C5DCCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5DCCA is #3A2335. Grayscale: #D3D3D3. Windows color (decimal): -3810102 or 13294789. OLE color: 13294789.

HSL color Cylindrical-coordinate representation of color #C5DCCA: hue angle of 133.04º degrees, saturation: 0.25, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C5DCCA is Cyan = 0.10, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.

Color convert

RGB197220202-
CMYK0.1000.080.14
HSL133.04º24.73%81.76%-
HSV(B)133.04º10.45%86.27%-
XYZ59.2867.3265.75-
YUV211.07122.88117.96-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 31.83%
GREEN value IS 220 (86.33% from 255) = 35.54%
BLUE value IS 202 (79.30% from 255) = 32.63%
R=31.83%
G=35.54%
B=32.63%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1972202020.1000.080.14133.0424.7381.76
HexC5DCCAA08E851952
Octal305334312120101620531122
Binary110001011101110011001010101001000111010000101110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5DCCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5DCCA; }

 p { color: rgb(197,220,202); }

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

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

 a { background-color: rgb(197,220,202); }

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

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

 span { border-color: rgb(197,220,202); }

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