#C2DBC9

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

Shades of Edgewater #C2DBC9

Tints of Edgewater #C2DBC9

Color information

#C2DBC9 (or 0xC2DBC9) is unknown color: approx Edgewater. HEX triplet: C2, DB and C9. RGB value is (194,219,201). Sum of RGB (Red+Green+Blue) = 194+219+201=614 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.60% from 614); Green value is 219 (85.94% from 255 or 35.67% from 614); Blue value is 201 (78.91% from 255 or 32.74% from 614); Max value from RGB is 219 - color contains mainly: green. Hex color #C2DBC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2DBC9 is #3D2436. Grayscale: #D1D1D1. Windows color (decimal): -4006967 or 13228994. OLE color: 13228994.

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

Color convert

RGB194219201-
CMYK0.1100.080.14
HSL136.8º25.77%80.98%-
HSV(B)136.8º11.42%85.88%-
XYZ58.1266.3565-
YUV209.47123.22116.96-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 31.60%
GREEN value IS 219 (85.94% from 255) = 35.67%
BLUE value IS 201 (78.91% from 255) = 32.74%
R=31.60%
G=35.67%
B=32.74%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1942192010.1100.080.14136.825.7780.98
HexC2DBC9B08E891a51
Octal302333311130101621132121
Binary110000101101101111001001101101000111010001001110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2DBC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2DBC9; }

 p { color: rgb(194,219,201); }

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

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

 a { background-color: rgb(194,219,201); }

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

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

 span { border-color: rgb(194,219,201); }

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