#C2DBC7

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

Shades of Edgewater #C2DBC7

Tints of Edgewater #C2DBC7

Color information

#C2DBC7 (or 0xC2DBC7) is unknown color: approx Edgewater. HEX triplet: C2, DB and C7. RGB value is (194,219,199). Sum of RGB (Red+Green+Blue) = 194+219+199=612 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.70% from 612); Green value is 219 (85.94% from 255 or 35.78% from 612); Blue value is 199 (78.12% from 255 or 32.52% from 612); Max value from RGB is 219 - color contains mainly: green. Hex color #C2DBC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2DBC7 is #3D2438. Grayscale: #D1D1D1. Windows color (decimal): -4006969 or 13097922. OLE color: 13097922.

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

Color convert

RGB194219199-
CMYK0.1100.090.14
HSL132º25.77%80.98%-
HSV(B)132º11.42%85.88%-
XYZ57.8966.2663.77-
YUV209.24122.22117.13-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 31.70%
GREEN value IS 219 (85.94% from 255) = 35.78%
BLUE value IS 199 (78.12% from 255) = 32.52%
R=31.70%
G=35.78%
B=32.52%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1942191990.1100.090.1413225.7780.98
HexC2DBC7B09E841a51
Octal302333307130111620432121
Binary110000101101101111000111101101001111010000100110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2DBC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2DBC7; }

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

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

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

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

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

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

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

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