#C2DACA

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

Shades of Edgewater #C2DACA

Tints of Edgewater #C2DACA

Color information

#C2DACA (or 0xC2DACA) is unknown color: approx Edgewater. HEX triplet: C2, DA and CA. RGB value is (194,218,202). Sum of RGB (Red+Green+Blue) = 194+218+202=614 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.60% from 614); Green value is 218 (85.55% from 255 or 35.50% from 614); Blue value is 202 (79.30% from 255 or 32.90% from 614); Max value from RGB is 218 - color contains mainly: green. Hex color #C2DACA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2DACA is #3D2535. Grayscale: #D1D1D1. Windows color (decimal): -4007222 or 13294274. OLE color: 13294274.

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

Color convert

RGB194218202-
CMYK0.1100.070.15
HSL140º24.49%80.78%-
HSV(B)140º11.01%85.49%-
XYZ57.9865.8865.54-
YUV209124.05117.3-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 31.60%
GREEN value IS 218 (85.55% from 255) = 35.50%
BLUE value IS 202 (79.30% from 255) = 32.90%
R=31.60%
G=35.50%
B=32.90%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1942182020.1100.070.1514024.4980.78
HexC2DACAB07F8c1851
Octal30233231213071721430121
Binary11000010110110101100101010110111111110001100110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2DACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2DACA; }

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

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

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

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

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

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

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

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