#C0DBC5

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

Shades of Edgewater #C0DBC5

Tints of Edgewater #C0DBC5

Color information

#C0DBC5 (or 0xC0DBC5) is unknown color: approx Edgewater. HEX triplet: C0, DB and C5. RGB value is (192,219,197). Sum of RGB (Red+Green+Blue) = 192+219+197=608 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.58% from 608); Green value is 219 (85.94% from 255 or 36.02% from 608); Blue value is 197 (77.34% from 255 or 32.40% from 608); Max value from RGB is 219 - color contains mainly: green. Hex color #C0DBC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0DBC5 is #3F243A. Grayscale: #D0D0D0. Windows color (decimal): -4138043 or 12966848. OLE color: 12966848.

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

Color convert

RGB192219197-
CMYK0.1200.100.14
HSL131.11º27.27%80.59%-
HSV(B)131.11º12.33%85.88%-
XYZ57.1565.962.53-
YUV208.42121.55116.29-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 31.58%
GREEN value IS 219 (85.94% from 255) = 36.02%
BLUE value IS 197 (77.34% from 255) = 32.40%
R=31.58%
G=36.02%
B=32.40%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1922191970.1200.100.14131.1127.2780.59
HexC0DBC5C0AE831b51
Octal300333305140121620333121
Binary110000001101101111000101110001010111010000011110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0DBC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0DBC5; }

 p { color: rgb(192,219,197); }

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

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

 a { background-color: rgb(192,219,197); }

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

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

 span { border-color: rgb(192,219,197); }

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