#C2DAC6

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

Shades of Edgewater #C2DAC6

Tints of Edgewater #C2DAC6

Color information

#C2DAC6 (or 0xC2DAC6) is unknown color: approx Edgewater. HEX triplet: C2, DA and C6. RGB value is (194,218,198). Sum of RGB (Red+Green+Blue) = 194+218+198=610 (80% of max value = 765). Red value is 194 (76.17% from 255 or 31.80% from 610); Green value is 218 (85.55% from 255 or 35.74% from 610); Blue value is 198 (77.73% from 255 or 32.46% from 610); Max value from RGB is 218 - color contains mainly: green. Hex color #C2DAC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2DAC6 is #3D2539. Grayscale: #D0D0D0. Windows color (decimal): -4007226 or 13032130. OLE color: 13032130.

HSL color Cylindrical-coordinate representation of color #C2DAC6: hue angle of 130º degrees, saturation: 0.24, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C2DAC6 is Cyan = 0.11, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.15.

Color convert

RGB194218198-
CMYK0.1100.090.15
HSL130º24.49%80.78%-
HSV(B)130º11.01%85.49%-
XYZ57.5165.6963.07-
YUV208.54122.05117.63-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 31.80%
GREEN value IS 218 (85.55% from 255) = 35.74%
BLUE value IS 198 (77.73% from 255) = 32.46%
R=31.80%
G=35.74%
B=32.46%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1942181980.1100.090.1513024.4980.78
HexC2DAC6B09F821851
Octal302332306130111720230121
Binary110000101101101011000110101101001111110000010110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2DAC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2DAC6; }

 p { color: rgb(194,218,198); }

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

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

 a { background-color: rgb(194,218,198); }

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

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

 span { border-color: rgb(194,218,198); }

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