#C1DCC4

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

Shades of Edgewater #C1DCC4

Tints of Edgewater #C1DCC4

Color information

#C1DCC4 (or 0xC1DCC4) is unknown color: approx Edgewater. HEX triplet: C1, DC and C4. RGB value is (193,220,196). Sum of RGB (Red+Green+Blue) = 193+220+196=609 (80% of max value = 765). Red value is 193 (75.78% from 255 or 31.69% from 609); Green value is 220 (86.33% from 255 or 36.12% from 609); Blue value is 196 (76.95% from 255 or 32.18% from 609); Max value from RGB is 220 - color contains mainly: green. Hex color #C1DCC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1DCC4 is #3E233B. Grayscale: #D1D1D1. Windows color (decimal): -4072252 or 12901569. OLE color: 12901569.

HSL color Cylindrical-coordinate representation of color #C1DCC4: hue angle of 126.67º 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 #C1DCC4 is Cyan = 0.12, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.14.

Color convert

RGB193220196-
CMYK0.1200.110.14
HSL126.67º27.84%80.98%-
HSV(B)126.67º12.27%86.27%-
XYZ57.5566.5162.03-
YUV209.19120.55116.45-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 31.69%
GREEN value IS 220 (86.33% from 255) = 36.12%
BLUE value IS 196 (76.95% from 255) = 32.18%
R=31.69%
G=36.12%
B=32.18%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1932201960.1200.110.14126.6727.8480.98
HexC1DCC4C0BE7f1c51
Octal301334304140131617734121
Binary11000001110111001100010011000101111101111111111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1DCC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1DCC4; }

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

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

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

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

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

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

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

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