#C1DCC6

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

Shades of Edgewater #C1DCC6

Tints of Edgewater #C1DCC6

Color information

#C1DCC6 (or 0xC1DCC6) is unknown color: approx Edgewater. HEX triplet: C1, DC and C6. RGB value is (193,220,198). Sum of RGB (Red+Green+Blue) = 193+220+198=611 (80% of max value = 765). Red value is 193 (75.78% from 255 or 31.59% from 611); Green value is 220 (86.33% from 255 or 36.01% from 611); Blue value is 198 (77.73% from 255 or 32.41% from 611); Max value from RGB is 220 - color contains mainly: green. Hex color #C1DCC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1DCC6 is #3E2339. Grayscale: #D1D1D1. Windows color (decimal): -4072250 or 13032641. OLE color: 13032641.

HSL color Cylindrical-coordinate representation of color #C1DCC6: hue angle of 131.11º degrees, saturation: 0.28, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C1DCC6 is Cyan = 0.12, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.14.

Color convert

RGB193220198-
CMYK0.1200.10.14
HSL131.11º27.84%80.98%-
HSV(B)131.11º12.27%86.27%-
XYZ57.7866.663.24-
YUV209.42121.55116.29-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 31.59%
GREEN value IS 220 (86.33% from 255) = 36.01%
BLUE value IS 198 (77.73% from 255) = 32.41%
R=31.59%
G=36.01%
B=32.41%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.1
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1932201980.1200.10.14131.1127.8480.98
HexC1DCC6C0AE831c51
Octal301334306140121620334121
Binary110000011101110011000110110001010111010000011111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1DCC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1DCC6; }

 p { color: rgb(193,220,198); }

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

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

 a { background-color: rgb(193,220,198); }

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

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

 span { border-color: rgb(193,220,198); }

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