#C2D6C6

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

Shades of Edgewater #C2D6C6

Tints of Edgewater #C2D6C6

Color information

#C2D6C6 (or 0xC2D6C6) is unknown color: approx Edgewater. HEX triplet: C2, D6 and C6. RGB value is (194,214,198). Sum of RGB (Red+Green+Blue) = 194+214+198=606 (80% of max value = 765). Red value is 194 (76.17% from 255 or 32.01% from 606); Green value is 214 (83.98% from 255 or 35.31% from 606); Blue value is 198 (77.73% from 255 or 32.67% from 606); Max value from RGB is 214 - color contains mainly: green. Hex color #C2D6C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2D6C6 is #3D2939. Grayscale: #CECECE. Windows color (decimal): -4008250 or 13031106. OLE color: 13031106.

HSL color Cylindrical-coordinate representation of color #C2D6C6: hue angle of 132º degrees, saturation: 0.2, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C2D6C6 is Cyan = 0.09, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.16.

Color convert

RGB194214198-
CMYK0.0900.070.16
HSL132º19.61%80%-
HSV(B)132º9.35%83.92%-
XYZ56.4963.6462.73-
YUV206.2123.37119.3-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 32.01%
GREEN value IS 214 (83.98% from 255) = 35.31%
BLUE value IS 198 (77.73% from 255) = 32.67%
R=32.01%
G=35.31%
B=32.67%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1942141980.0900.070.1613219.6180
HexC2D6C690710841450
Octal30232630611072020424120
Binary110000101101011011000110100101111000010000100101001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2D6C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2D6C6; }

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

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

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

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

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

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

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

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